diff --git a/CHANGELOG.md b/CHANGELOG.md index e54bdbf..eb945be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.3.1] - 2024-01-08 + +### Features + +- Add a `LocalStack` module ([#84](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/84)) + + ## [0.3.0] - 2024-01-03 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index d53b52c..c62b697 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testcontainers-modules" -version = "0.3.0" +version = "0.3.1" description = "Community maintained modules for Testcontainers for Rust" categories = ["development-tools::testing"] edition = "2021"