diff --git a/CHANGELOG.md b/CHANGELOG.md index 03cb221..54826b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ All notable changes to this project will be documented in this file. +## [0.11.0] - 2024-09-25 + +### Bug Fixes + +- Update version to fix crashes in CI ([#219](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/219)) +- [**breaking**] Make EULA acception explicit ([#218](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/218)) + +### Documentation + +- Add docs for the ganachecli module ([#190](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/190)) + +### Features + +- Add ability to enable properties-config for testcontainers +- [**breaking**] Update testcontainers to `0.23.0` ([#216](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/216)) + +### Miscellaneous Tasks + +- Update redis requirement from 0.26.0 to 0.27.2 ([#211](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/211)) +- Exclude all-features test run ([#174](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/174)) +- Update async-nats requirement from 0.35.0 to 0.36.0 ([#206](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/206)) + +### Refactor + +- [**breaking**] Require the builder pattern for module initalisation ([#161](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/161)) + +### Testing + +- Correct password usage + + ## [0.10.0] - 2024-08-31 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 6c11585..e9279e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testcontainers-modules" -version = "0.10.0" +version = "0.11.0" description = "Community maintained modules for Testcontainers for Rust" categories = ["development-tools::testing"] edition = "2021"