diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d6a44122..61f99917c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.4" + ".": "3.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b529a47..d443bc1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.5](https://github.com/Mogyuchi/gh-test/compare/v3.1.4...v3.1.5) (2024-01-11) + + +### Bug Fixes + +* Update test ([dc77634](https://github.com/Mogyuchi/gh-test/commit/dc77634adbea5a4c1deedfe7120d300ada37ca5b)) + ## [3.1.4](https://github.com/Mogyuchi/gh-test/compare/v3.1.3...v3.1.4) (2024-01-09) diff --git a/Cargo.lock b/Cargo.lock index bb0812d5c..9a4e40074 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.1.4" +version = "3.1.5" diff --git a/Cargo.toml b/Cargo.toml index 19a8ce4c9..c11388415 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.1.4" +version = "3.1.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html