diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 61f99917c..0db984709 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.5" + ".": "3.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d443bc1bb..047987b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.6](https://github.com/Mogyuchi/gh-test/compare/v3.1.5...v3.1.6) (2024-01-11) + + +### Bug Fixes + +* Update test ([31cd1a5](https://github.com/Mogyuchi/gh-test/commit/31cd1a54f96ebd8ece5e4c99324cbac6f1393f5c)) + ## [3.1.5](https://github.com/Mogyuchi/gh-test/compare/v3.1.4...v3.1.5) (2024-01-11) diff --git a/Cargo.lock b/Cargo.lock index 9a4e40074..3ff92c3ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.1.5" +version = "3.1.6" diff --git a/Cargo.toml b/Cargo.toml index c11388415..ae3b88624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.1.5" +version = "3.1.6" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html