From 5732bf29b21201f4253c53ac05071294f5fecf9f Mon Sep 17 00:00:00 2001 From: Theo Truong Date: Sun, 10 Mar 2024 13:16:54 -0600 Subject: [PATCH] Version Bump: 2.6.0 Signed-off-by: Theo Truong --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b3e3f336..836af6db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] ### Added +### Dependencies +### Changed +### Deprecated +### Removed +### Fixed + +## [2.6.0] +### Added - Inherit AwsSigV4 in .child ([#725](https://github.com/opensearch-project/opensearch-js/pull/725)) ### Dependencies - Bumps `prettier` from 3.1.1 to 3.2.5 @@ -235,4 +243,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Fixed -- Fix mutability of connection headers ([#291](https://github.com/opensearch-project/opensearch-js/issues/291)) \ No newline at end of file +- Fix mutability of connection headers ([#291](https://github.com/opensearch-project/opensearch-js/issues/291)) diff --git a/package.json b/package.json index cb7d0e9b3..d31b1db6b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ } }, "homepage": "https://www.opensearch.org/", - "version": "2.5.0", + "version": "2.6.0", "versionCanary": "7.10.0-canary.6", "keywords": [ "opensearch",