diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eaee05..53856bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.6.8] - 2024-04-20 + - Documentation improvements. ## [0.6.7] - 2024-04-19 @@ -190,7 +192,8 @@ No public API changes from 0.2.1. Initial release -[Unreleased]: https://github.com/taiki-e/parse-changelog/compare/v0.6.7...HEAD +[Unreleased]: https://github.com/taiki-e/parse-changelog/compare/v0.6.8...HEAD +[0.6.8]: https://github.com/taiki-e/parse-changelog/compare/v0.6.7...v0.6.8 [0.6.7]: https://github.com/taiki-e/parse-changelog/compare/v0.6.6...v0.6.7 [0.6.6]: https://github.com/taiki-e/parse-changelog/compare/v0.6.5...v0.6.6 [0.6.5]: https://github.com/taiki-e/parse-changelog/compare/v0.6.4...v0.6.5 diff --git a/Cargo.toml b/Cargo.toml index 9053024..d6e4ac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parse-changelog" -version = "0.6.7" #publish:version +version = "0.6.8" #publish:version edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"