We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca7ffb commit 4975987Copy full SHA for 4975987
sdk/internal/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.11.3-beta.1 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.11.2 (2025-07-30)
14
15
### Other Changes
sdk/internal/version.go
@@ -9,5 +9,5 @@ package internal
const (
// version is the semantic version (see http://semver.org) of this module.
//lint:ignore U1000 reason: "this constant is used by release automation"
- version = "v1.11.2"
+ version = "v1.11.3-beta.1"
)
0 commit comments