diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f172d6..9b107b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.4.3] - 2024-05-12 + +### Documentation + +- Fix localstack example by setting `force_path_style` ([#132](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/132)) + +### Features + +- Add kwok module ([#121](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/121)) +- K3s module ([#129](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/129)) + + ## [0.4.2] - 2024-05-02 ### Features diff --git a/Cargo.toml b/Cargo.toml index 00311d4..7848af2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testcontainers-modules" -version = "0.4.2" +version = "0.4.3" description = "Community maintained modules for Testcontainers for Rust" categories = ["development-tools::testing"] edition = "2021"