diff --git a/CHANGELOG.md b/CHANGELOG.md index 636db9f6..4b7bbf71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.15](https://github.com/Mogyuchi/gh-test/compare/v2.0.14...v2.0.15) (2023-12-09) + + +### Bug Fixes + +* Update test ([#483](https://github.com/Mogyuchi/gh-test/issues/483)) ([79fda5b](https://github.com/Mogyuchi/gh-test/commit/79fda5b4a7ff76f75a8ce70391da790b4081560e)) + ## [2.0.14](https://github.com/Mogyuchi/gh-test/compare/v2.0.13...v2.0.14) (2023-12-09) diff --git a/Cargo.lock b/Cargo.lock index dfa5e857..3f14d006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "2.0.14" +version = "2.0.15" diff --git a/Cargo.toml b/Cargo.toml index f30afa8b..17c0621a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "2.0.14" +version = "2.0.15" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html