From f45403b585f8d4102fc163ae879c811a6477b3c6 Mon Sep 17 00:00:00 2001 From: Jakob <jakob.hahn@hetzner.com> Date: Tue, 16 Apr 2024 16:48:24 +0200 Subject: [PATCH] Preparing for next developer iteration, 4.0.1 (#531) Signed-off-by: Jakob Hahn <jakob.hahn@hetzner.com> --- CHANGELOG.md | 17 +++++++++++++++++ internal/version/version.go | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1cf3592..b4f8e1207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [Unreleased] + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +### Dependencies + ## [4.0.0] ### Added @@ -193,6 +209,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `github.com/stretchr/testify` from 1.8.0 to 1.8.1 - Bumps `github.com/aws/aws-sdk-go` from 1.44.45 to 1.44.132 +[Unreleased]: https://github.com/opensearch-project/opensearch-go/compare/v4.0.0...HEAD [4.0.0]: https://github.com/opensearch-project/opensearch-go/compare/v3.1.0...v4.0.0 [3.1.0]: https://github.com/opensearch-project/opensearch-go/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/opensearch-project/opensearch-go/compare/v2.3.0...v3.0.0 diff --git a/internal/version/version.go b/internal/version/version.go index 89d74302d..0cfe7ebfc 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -27,4 +27,4 @@ package version // Client returns the client version as a string. -const Client = "4.0.0" +const Client = "4.0.1"