Skip to content

Commit 9ad32c5

Browse files
authored
Increment package version after release of internal (#23004)
1 parent 897e903 commit 9ad32c5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdk/internal/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.9.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.9.0 (2024-06-06)
414

515
### Features Added

sdk/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ package internal
99
const (
1010
// version is the semantic version (see http://semver.org) of this module.
1111
//lint:ignore U1000 reason: "this constant is used by release automation"
12-
version = "v1.9.0"
12+
version = "v1.9.1"
1313
)

0 commit comments

Comments
 (0)