diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4b8d0ff5..50d9d3b6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.1" + ".": "3.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b5f63d0..71ad5abf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.2](https://github.com/Mogyuchi/gh-test/compare/v3.1.1...v3.1.2) (2024-01-09) + + +### Bug Fixes + +* Update test ([9196c2f](https://github.com/Mogyuchi/gh-test/commit/9196c2fbd5832a3cf8998bd82998a067c53cfab0)) + ## [3.1.1](https://github.com/Mogyuchi/gh-test/compare/v3.1.0...v3.1.1) (2024-01-09) diff --git a/Cargo.lock b/Cargo.lock index 36b39e26f..5f33966e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.1.1" +version = "3.1.2" diff --git a/Cargo.toml b/Cargo.toml index d3fc49c87..740f0e445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.1.1" +version = "3.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html