Skip to content

Commit 567ede3

Browse files
authored
Preparing for next development iteration, 2.4.2. (opensearch-project#597)
Signed-off-by: dblock <dblock@amazon.com>
1 parent cec268e commit 567ede3

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/unified-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
stack_version: ['2.4.1']
12+
stack_version: ['2.4.2']
1313

1414
steps:
1515
- name: Checkout

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

4+
## [Unreleased]
5+
### Added
6+
### Changed
7+
### Deprecated
8+
### Removed
9+
### Fixed
10+
### Security
11+
412
## [2.4.1]
513
### Added
614
### Changed

benchmarks/poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opensearchpy/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
# specific language governing permissions and limitations
2626
# under the License.
2727

28-
__versionstr__: str = "2.4.1"
28+
__versionstr__: str = "2.4.2"

0 commit comments

Comments
 (0)