diff --git a/CHANGELOG.md b/CHANGELOG.md index 54826b5..60fdd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.11.1] - 2024-09-26 + +### Documentation + +- Disallow missing docs on crate level and allow where necessary ([#222](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/222)) + +### Features + +- Implement `with_init_sql` for `Postgres`, `Mysql` and `Mariadb` ([#182](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/182)) +- Tls certs and ldif file ([#217](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/217)) + + ## [0.11.0] - 2024-09-25 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index f42cf76..d82b7a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testcontainers-modules" -version = "0.11.0" +version = "0.11.1" description = "Community maintained modules for Testcontainers for Rust" categories = ["development-tools::testing"] edition = "2021"