diff --git a/Cargo.toml b/Cargo.toml index 34ba716e2..f132637c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domain" -version = "0.9.1-dev" +version = "0.9.1" rust-version = "1.67.0" edition = "2021" authors = ["NLnet Labs "] diff --git a/Changelog.md b/Changelog.md index 2cec88dcd..324d07e1f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,18 +1,14 @@ # Change Log -## Unrelease next version +## 0.9.1 -Breaking changes - -New +Released 2023-10-27. Bug fixes * Added missing `?Sized` bounds to the octets type for parsing `ZoneRecordData` and `UnknownRecordData`. ([#237] by [@hunts]) -Other changes - [#237]: https://github.com/NLnetLabs/domain/pull/237 [@hunts]: https://github.com/hunts