We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32abd54 commit 058d6d1Copy full SHA for 058d6d1
2 files changed
sdk/internal/CHANGELOG.md
@@ -1,16 +1,10 @@
1
# Release History
2
3
-## 1.0.2 (Unreleased)
+## 1.1.0 (2022-10-19)
4
5
### Features Added
6
7
-Support test recording assets external to repository
8
-
9
-### Breaking Changes
10
11
-### Bugs Fixed
12
13
-### Other Changes
+* Support test recording assets external to repository
14
15
## 1.0.1 (2022-08-22)
16
sdk/internal/version.go
@@ -11,5 +11,5 @@ const (
Module = "internal"
// Version is the semantic version (see http://semver.org) of this module.
- Version = "v1.0.2"
+ Version = "v1.1.0"
)
0 commit comments