Skip to content

Commit f0b1058

Browse files
authored
Increment package version after release of internal (#21871)
1 parent ca71847 commit f0b1058

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: sdk/internal/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.5.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.5.0 (2023-11-02)
414

515
### Features Added

Diff for: sdk/internal/version.go

+1-1
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.5.0"
14+
Version = "v1.5.1"
1515
)

0 commit comments

Comments
 (0)