diff --git a/Cargo.lock b/Cargo.lock index 81bacdb9d..223d8d13a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ dependencies = [ [[package]] name = "gost94" -version = "0.10.3" +version = "0.10.4" dependencies = [ "digest", "hex-literal", diff --git a/gost94/CHANGELOG.md b/gost94/CHANGELOG.md index d0c729f7b..d15cd465d 100644 --- a/gost94/CHANGELOG.md +++ b/gost94/CHANGELOG.md @@ -5,6 +5,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.10.4 (2022-10-05) +### Added +- Feature-gated OID support ([#417]) + +[#417]: https://github.com/RustCrypto/hashes/pull/417 + ## 0.10.3 (2022-09-03) ### Fixed - MSRV issue caused by `resolver = "2"` ([#402]) diff --git a/gost94/Cargo.toml b/gost94/Cargo.toml index c3d4d415d..19c8472d4 100644 --- a/gost94/Cargo.toml +++ b/gost94/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gost94" -version = "0.10.3" +version = "0.10.4" description = "GOST R 34.11-94 hash function" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"