diff --git a/CHANGELOG.md b/CHANGELOG.md index 4095820..84271b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [0.11.6] - 2025-01-27 + +### Features + +- Allow enabling jetstream for nats (#268) +- Add Foundry Anvil image impl (#272) +- Add method `latest` to anvil node impl (#277) + +### Testing + +- Fix broken test in CI (#281) + + ## [0.11.5] - 2025-01-07 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index afc4887..3297e7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testcontainers-modules" -version = "0.11.5" +version = "0.11.6" description = "Community maintained modules for Testcontainers for Rust" categories = ["development-tools::testing"] edition = "2021"