diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dae3d0c7..b7645e378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/Mogyuchi/gh-test/compare/v1.1.3...v2.0.0) (2023-07-13) + + +### ⚠ BREAKING CHANGES + +* Update test ([#283](https://github.com/Mogyuchi/gh-test/issues/283)) + +### Features + +* Update test ([#283](https://github.com/Mogyuchi/gh-test/issues/283)) ([054c44c](https://github.com/Mogyuchi/gh-test/commit/054c44ca57e18035a76cb3d51402f775e5315c93)) + ## [1.1.3](https://github.com/Mogyuchi/gh-test/compare/v1.1.2...v1.1.3) (2023-07-13) diff --git a/Cargo.lock b/Cargo.lock index af2a8a378..32efde814 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "1.1.3" +version = "2.0.0" diff --git a/Cargo.toml b/Cargo.toml index 82f9df7b0..84a23a8bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "1.1.3" +version = "2.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html