Skip to content

Commit 058d6d1

Browse files
committed
Bump sdk/internal package version
1 parent 32abd54 commit 058d6d1

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

sdk/internal/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Release History
22

3-
## 1.0.2 (Unreleased)
3+
## 1.1.0 (2022-10-19)
44

55
### Features Added
66

7-
Support test recording assets external to repository
8-
9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
7+
* Support test recording assets external to repository
148

159
## 1.0.1 (2022-08-22)
1610

sdk/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ const (
1111
Module = "internal"
1212

1313
// Version is the semantic version (see http://semver.org) of this module.
14-
Version = "v1.0.2"
14+
Version = "v1.1.0"
1515
)

0 commit comments

Comments
 (0)