diff --git a/Cargo.toml b/Cargo.toml index 541593f..b5809c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bcder" -version = "0.7.4-dev" +version = "0.7.4" edition = "2018" authors = ["NLnet Labs "] description = "Handling of data encoded in BER, CER, and DER." diff --git a/Changelog.md b/Changelog.md index 2353e41..f0e0fbd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,16 +1,12 @@ # Change Log -## Unreleased next version +## 0.7.4 -Breaking changes - -New - -Bug fixes +Released 2024-01-10. Other changes -* Update _smallvec_ dependency to 1.6.1 due to a security advisory +* Update _smallvec_ dependency to at least 1.6.1 due to a security advisory [RUSTSEC-2021-0003](https://rustsec.org/advisories/RUSTSEC-2021-0003). ([#77])