Skip to content

Commit ab2aa12

Browse files
authored
chore: prepare v.4.7.0 release (#935)
Signed-off-by: Jakob Hahn <jakob.hahn@hetzner.com>
1 parent abf8db6 commit ab2aa12

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.7.0]
66

77
### Added
88

@@ -649,7 +649,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
649649
- Bumps `github.com/stretchr/testify` from 1.8.0 to 1.8.1
650650
- Bumps `github.com/aws/aws-sdk-go` from 1.44.45 to 1.44.132
651651

652-
[Unreleased]: https://github.com/opensearch-project/opensearch-go/compare/v4.6.0...HEAD
652+
[4.7.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.6.0...v4.7.0
653653
[4.6.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.5.0...v4.6.0
654654
[4.5.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.4.0...v4.5.0
655655
[4.4.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.3.0...v4.4.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.6.1"
30+
const Client = "4.7.0"

0 commit comments

Comments
 (0)