diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea47a2..b5756bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.11.4] - 2024-11-12 + +### Features + +- Add Gitea module ([#238](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/238)) + +### Miscellaneous Tasks + +- Update databend-driver requirement from 0.21.0 to 0.22.2 ([#241](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/241)) + + ## [0.11.3] - 2024-10-16 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index 292bf9e..06c9c54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testcontainers-modules" -version = "0.11.3" +version = "0.11.4" description = "Community maintained modules for Testcontainers for Rust" categories = ["development-tools::testing"] edition = "2021"