diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d601c7..953dbca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ Unreleased changes (if any) can be found in the latest [release pull-request]. +## [2.0.0](https://github.com/jcornaz/benimator/compare/v2.0.0-rc.1...v2.0.0) (2022-01-28) + + +### chore + +* prepare release ([0ac9a15](https://github.com/jcornaz/benimator/commit/0ac9a1576b5e35736198a0ce0f5ae9e61c57b74c)) + + +### Documentation + +* **changelog:** remove reference to semver ([bbc666d](https://github.com/jcornaz/benimator/commit/bbc666d43d592d1a00acc037ff21f7ade102852a)) +* **readme:** update bevy compatibility matrix ([5de0b4b](https://github.com/jcornaz/benimator/commit/5de0b4bba4447ef983f1b2ae0435d2349955b989)) + ## [2.0.0](https://github.com/jcornaz/benimator/compare/v2.0.0-rc.1...v2.0.0) (2022-01-24) This is a stabilization release of `2.0.0-rc.1`. There is no new change since `2.0.0-rc.1`. diff --git a/README.md b/README.md index 6a71634..6b29942 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Add to `Cargo.toml`: ```toml -benimator = "2.0.0-rc.1" +benimator = "2.0.0" ```