Skip to content

Commit cf5da3e

Browse files
committed
prepare 4.6.0 release
Signed-off-by: Jakob Hahn <[email protected]>
1 parent 48eb43b commit cf5da3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44

5-
## [Unreleased]
5+
## [4.6.0]
66

77
### Dependencies
88
- Bump `github.com/aws/aws-sdk-go-v2/config` from 1.29.14 to 1.32.5 ([#707](https://github.com/opensearch-project/opensearch-go/pull/707), [#711](https://github.com/opensearch-project/opensearch-go/pull/711), [#719](https://github.com/opensearch-project/opensearch-go/pull/719), [#730](https://github.com/opensearch-project/opensearch-go/pull/730), [#737](https://github.com/opensearch-project/opensearch-go/pull/737), [#761](https://github.com/opensearch-project/opensearch-go/pull/761))
@@ -364,7 +364,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
364364
- Bumps `github.com/stretchr/testify` from 1.8.0 to 1.8.1
365365
- Bumps `github.com/aws/aws-sdk-go` from 1.44.45 to 1.44.132
366366

367-
[Unreleased]: https://github.com/opensearch-project/opensearch-go/compare/v4.5.0...HEAD
367+
[4.6.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.5.0...v4.6.0
368368
[4.5.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.4.0...v4.5.0
369369
[4.4.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.3.0...v4.4.0
370370
[4.3.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.2.0...v4.3.0

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
package version
2828

2929
// Client returns the client version as a string.
30-
const Client = "4.5.1"
30+
const Client = "4.6.0"

0 commit comments

Comments
 (0)