diff --git a/CHANGELOG.md b/CHANGELOG.md index adc1430a..a13f0dcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.13](https://github.com/Mogyuchi/gh-test/compare/v2.0.12...v2.0.13) (2023-12-09) + + +### Bug Fixes + +* Update test ([#328](https://github.com/Mogyuchi/gh-test/issues/328)) ([2433e67](https://github.com/Mogyuchi/gh-test/commit/2433e67820cf371811e2a15c19c2a5032e07a1f3)) + ## [2.0.12](https://github.com/Mogyuchi/gh-test/compare/v2.0.11...v2.0.12) (2023-11-29) diff --git a/Cargo.lock b/Cargo.lock index 394a3284..528a2ba0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "2.0.12" +version = "2.0.13" diff --git a/Cargo.toml b/Cargo.toml index 6a1abcbd..3a9ad75b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "2.0.12" +version = "2.0.13" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html