We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f7eee2 + efca1c3 commit 8d84e78Copy full SHA for 8d84e78
2 files changed
aes-gcm/CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## 0.1.0 (2019-10-06)
+## 0.1.1 (2019-11-14)
8
+### Changed
9
+- Upgrade to `zeroize` 1.0 ([#36])
10
+
11
+[#36]: https://github.com/RustCrypto/AEADs/pull/36
12
13
+## 0.1.0 (2019-10-06)
14
- Initial release
aes-gcm/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "aes-gcm"
3
-version = "0.1.0"
+version = "0.1.1"
description = """
Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
Authenticated Encryption with Associated Data (AEAD) Cipher
0 commit comments