We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9493eb7 commit 53b3c3cCopy full SHA for 53b3c3c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rpki"
3
-version = "0.17.2-dev"
+version = "0.17.2"
4
edition = "2021"
5
rust-version = "1.63"
6
authors = ["The NLnet Labs RPKI Team <[email protected]>"]
Changelog.md
@@ -1,18 +1,14 @@
# Changelog
-## Unreleased future version
+## 0.17.2
-Breaking changes
-
7
-New
+Released 2023-09-21
8
9
Bug fixes
10
11
* Upgraded the dependency on _[bcder]_ to at least 0.7.3 to avoid a number
12
of decoding issues described in CVE-2023-39914. ([#272])
13
14
-Other changes
15
16
[#272]: https://github.com/NLnetLabs/rpki-rs/pull/272
17
[bcder]: (https://github.com/nlnetlabs/bcder)
18
0 commit comments