diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 226677ff8..c56907b10 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.8" + ".": "3.1.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f00f3c52..83420dcdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.1.9](https://github.com/Mogyuchi/gh-test/compare/v3.1.8...v3.1.9) (2024-01-18) + + +### Bug Fixes + +* **hoge:** Update test ([#564](https://github.com/Mogyuchi/gh-test/issues/564)) ([e55ea39](https://github.com/Mogyuchi/gh-test/commit/e55ea391f5008a73409f3b41e1fb2868e4a23def)) +* Update test ([#568](https://github.com/Mogyuchi/gh-test/issues/568)) ([7d3cc5e](https://github.com/Mogyuchi/gh-test/commit/7d3cc5e003b08214c50b6b3da8d9d605137d9b24)) +* Update test ([#571](https://github.com/Mogyuchi/gh-test/issues/571)) ([5d7aa9a](https://github.com/Mogyuchi/gh-test/commit/5d7aa9aded6df7ddfa42f9090639034c130f25ae)) + ## [3.1.8](https://github.com/Mogyuchi/gh-test/compare/v3.1.7...v3.1.8) (2024-01-15) diff --git a/Cargo.lock b/Cargo.lock index 09257291a..1432da5bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.1.8" +version = "3.1.9" diff --git a/Cargo.toml b/Cargo.toml index 7b260c90a..21e1626c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.1.8" +version = "3.1.9" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html