diff --git a/.github/workflows/README.md b/.github/workflows/README.md index c2539d0..cb5df9a 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -44,7 +44,7 @@ To enable automatic releases, you need to configure the following secrets in you ## Release Process ### Automatic Release -1. Create and push a new tag with semantic versioning format (e.g., `git tag 1.4.1 && git push origin 1.4.1`) +1. Create and push a new tag with semantic versioning format (e.g., `git tag 1.5.0 && git push origin 1.5.0`) 2. The release workflow will automatically: - Build and test the project - Sign the artifacts with GPG diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index 28cc8e3..5ae9e36 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -6,7 +6,7 @@ on: releaseVersion: description: 'Release and tag version' required: true - default: "v1.5.0" + default: "v1.6.0" developmentVersion: description: 'Version to use for new working copy' required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 82dac99..99105a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] +## [1.5.0] - 2025-12-05 - Bump org.testcontainers from 1.21.3 to 2.0.1 - Bump logback-classic from 1.3.15 to 1.3.16 - Change `TARANTOOL_VERSION` default value from `2.11.2-ubuntu20.04` to `2.11.8-ubuntu20.04` diff --git a/README.md b/README.md index bbf1af7..6742922 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the Maven dependency: io.tarantool testcontainers-java-tarantool - 1.4.1 + 1.5.0 ```