diff --git a/sdk/internal/CHANGELOG.md b/sdk/internal/CHANGELOG.md index 3ca4af2a81e6..222c06875a18 100644 --- a/sdk/internal/CHANGELOG.md +++ b/sdk/internal/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.10.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.10.0 (2024-07-16) ### Features Added diff --git a/sdk/internal/version.go b/sdk/internal/version.go index 242047628e2b..255a776a5535 100644 --- a/sdk/internal/version.go +++ b/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.10.0" + version = "v1.10.1" )