diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index e82938f3..1e955191 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.15.0-rc4" + ".": "4.15.1-rc4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e264b62a..98986ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.15.1-rc4](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.15.0-rc4...testcontainers-v4.15.1-rc4) (2026-06-15) + + +### Bug Fixes + +* **cratedb:** add CrateDB community module ([#1051](https://github.com/testcontainers/testcontainers-python/issues/1051)) ([0976c7e](https://github.com/testcontainers/testcontainers-python/commit/0976c7e7ec3455e90731c84d4ab65de378d350d7)) + ## [4.15.0-rc4](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.15.0-rc3...testcontainers-v4.15.0-rc4) (2026-06-11) diff --git a/pyproject.toml b/pyproject.toml index a3e3aa9e..cb4b426d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "testcontainers" -version = "4.15.0-rc4" # auto-incremented by release-please +version = "4.15.1-rc4" # auto-incremented by release-please description = "Python library for throwaway instances of anything that can run in a Docker container" readme = "README.md" requires-python = ">=3.10"