diff --git a/CHANGELOG.md b/CHANGELOG.md index 679272bd7..fc3f99c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.20](https://github.com/Mogyuchi/gh-test/compare/v2.0.19...v2.0.20) (2023-12-09) + + +### Bug Fixes + +* Update test.yml ([#490](https://github.com/Mogyuchi/gh-test/issues/490)) ([31b6d7d](https://github.com/Mogyuchi/gh-test/commit/31b6d7dd5590907def97012aa223f48acf10ad3c)) + ## [2.0.19](https://github.com/Mogyuchi/gh-test/compare/v2.0.18...v2.0.19) (2023-12-09) diff --git a/Cargo.lock b/Cargo.lock index 54deaf80e..c8b3ab761 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "2.0.19" +version = "2.0.20" diff --git a/Cargo.toml b/Cargo.toml index 6007ff30b..a16250cb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "2.0.19" +version = "2.0.20" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html