diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 95a37e3ee..a3b1e29ee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6e30a3c..571b1ee20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.1](https://github.com/Mogyuchi/gh-test/compare/v3.2.0...v3.2.1) (2024-01-18) + + +### Bug Fixes + +* Update test ([b888933](https://github.com/Mogyuchi/gh-test/commit/b88893339ed69dc0a74bbe777bb09acaddcc1567)) + ## [3.2.0](https://github.com/Mogyuchi/gh-test/compare/v3.1.11...v3.2.0) (2024-01-18) diff --git a/Cargo.lock b/Cargo.lock index d574e3b7d..3fc31bfcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.2.0" +version = "3.2.1" diff --git a/Cargo.toml b/Cargo.toml index 52a72578f..c8aa61fc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.2.0" +version = "3.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html