diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a287c3463..5e442e2e337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.132.1](https://github.com/metalbear-co/mirrord/tree/3.132.1) - 2025-02-06 + + +### Fixed + +- Fixed operator connect URL produced by the CLI when a target container is + specified. + ## [3.132.0](https://github.com/metalbear-co/mirrord/tree/3.132.0) - 2025-02-06 diff --git a/Cargo.toml b/Cargo.toml index 8c16531bcd6..918936440f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ resolver = "2" # latest commits on rustls suppress certificate verification [workspace.package] -version = "3.132.0" +version = "3.132.1" edition = "2021" license = "MIT" readme = "README.md" diff --git a/changelog.d/+target-container.fixed.md b/changelog.d/+target-container.fixed.md deleted file mode 100644 index c39b5e8b9d0..00000000000 --- a/changelog.d/+target-container.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed operator connect URL produced by the CLI when a target container is specified.