diff --git a/CHANGELOG.md b/CHANGELOG.md index c9edc3f..e3498d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## 0.5.0 (March 1, 2020) +## 0.5.0 (March 1, 2021) * Removed dependency on generic-bytes-derive package -## 0.4.0 (February 26, 2020) +## 0.4.0 (February 26, 2021) * Adherence to protocol format described in https://tools.ietf.org/html/draft-irtf-cfrg-opaque-03 @@ -13,13 +13,13 @@ * Conformed all message type parameters to be parameterized in the Ciphersuite object -## 0.3.1 (February 11, 2020) +## 0.3.1 (February 11, 2021) * Re-exporting the rand library (and including it as a dependency instead of just rand_core) * Exposing a convenience function for converting from byte array to Key type -## 0.3.0 (February 8, 2020) +## 0.3.0 (February 8, 2021) * General API and documentation improvements, including the support of custom identifiers, optional result parameters, and the use of the export key diff --git a/Cargo.lock b/Cargo.lock index 683fbe4..abc33e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,7 +1,5 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 - [[package]] name = "aead" version = "0.3.2"