diff --git a/CHANGELOG.md b/CHANGELOG.md index 82d2471..a567918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.6.1] - 2024-06-16 + +### Documentation + +- Fix example in readme + +### Features + +- Add Hashicorp Vault test container and test ([#148](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/148)) + + ## [0.6.0] - 2024-06-16 ### Features diff --git a/Cargo.toml b/Cargo.toml index d24a0dc..8cf0cc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testcontainers-modules" -version = "0.6.0" +version = "0.6.1" description = "Community maintained modules for Testcontainers for Rust" categories = ["development-tools::testing"] edition = "2021"