summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2018-10-28 20:27:02 -0500
committerStuart Stock <stuart@int08h.com>2018-10-28 20:27:02 -0500
commit846128d08bd3fcd72f23b3123b332d0692782e41 (patch)
tree744a99e904a11c4460d1eb134206c36d4d461ccb /Cargo.toml
parent9bd014d9225e5d9d408df4205ee0a4edd48dcd3f (diff)
downloadroughenough-846128d08bd3fcd72f23b3123b332d0692782e41.zip
Release 1.1.1 to correct missing aux data in AWS KMS decrypt path
Auxilliary data was not provided in encryption context provided to AWS KMS decrypt() call, causing unwrapping to fail.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index def762d..8b7d652 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "roughenough"
-version = "1.1.0"
+version = "1.1.1"
repository = "https://github.com/int08h/roughenough"
authors = ["Stuart Stock <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"]
license = "Apache-2.0"