diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5a13d95..1e36d6c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.8](https://github.com/Mogyuchi/gh-test/compare/v2.0.7...v2.0.8) (2023-07-14) + + +### Bug Fixes + +* Update test ([#315](https://github.com/Mogyuchi/gh-test/issues/315)) ([653e5d0](https://github.com/Mogyuchi/gh-test/commit/653e5d05611b94e07ec7bade286fe8bd7ff83686)) + ## [2.0.7](https://github.com/Mogyuchi/gh-test/compare/v2.0.6...v2.0.7) (2023-07-14) diff --git a/Cargo.lock b/Cargo.lock index cf6e5894d..1dabd1261 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "2.0.7" +version = "2.0.8" diff --git a/Cargo.toml b/Cargo.toml index 2cf8afbc0..e5e7ef97c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "2.0.7" +version = "2.0.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html