diff --git a/CHANGELOG.md b/CHANGELOG.md index 7262839..3001c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2024-05-23 + ### Added - Support [MediathekViewWeb's advanced search syntax](https://github.com/mediathekview/mediathekviewweb/blob/master/README.md#erweiterte-suche) @@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.1.1...v0.1.2 diff --git a/Cargo.toml b/Cargo.toml index 65db0d2..6f787e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mediathekviewweb" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Client for the MediathekViewWeb API" repository = "https://github.com/d-k-bo/mediathekviewweb-rs"