diff --git a/CHANGELOG.md b/CHANGELOG.md index cb52e64..35bec3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.11.0](https://github.com/joshrotenberg/docker-wrapper/compare/v0.10.2...v0.11.0) - 2026-02-24 + +### Added + +- support multiple --env-file in ComposeConfig ([#236](https://github.com/joshrotenberg/docker-wrapper/pull/236)) + ## [0.10.2](https://github.com/joshrotenberg/docker-wrapper/compare/v0.10.1...v0.10.2) - 2026-01-16 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 396cd15..b5d9d16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" [package] name = "docker-wrapper" -version = "0.10.2" +version = "0.11.0" edition = "2021" rust-version = "1.89.0" authors = ["Josh Rotenberg "]