diff --git a/Cargo.lock b/Cargo.lock index 196c364d4..f96fff6c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.5" +version = "0.9.6" dependencies = [ "arbitrary", "hex-literal", diff --git a/const-oid/CHANGELOG.md b/const-oid/CHANGELOG.md index d6e604dfd..f47c0c413 100644 --- a/const-oid/CHANGELOG.md +++ b/const-oid/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.9.6 (2023-12-14) +### Added +- RFC 6962 OID ([#1282]) + +[#1282]: https://github.com/RustCrypto/formats/pull/1282 + ## 0.9.5 (2023-08-02) ### Added - rfc8410 (curve25519) OIDS. ([#867]) diff --git a/const-oid/Cargo.toml b/const-oid/Cargo.toml index 90b6ad09e..368373d15 100644 --- a/const-oid/Cargo.toml +++ b/const-oid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const-oid" -version = "0.9.5" +version = "0.9.6" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" description = """