summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-01-26 07:30:14 -0600
committerGitHub <noreply@github.com>2019-01-26 07:30:14 -0600
commit9515a562754b81a3d499f6ab39b1b4810076ff2c (patch)
tree1589241806560531ec1adb63d28837cda906e952 /CHANGELOG.md
parentbdf087db2f5ebcadf31bd0968b690daa25820489 (diff)
parent796cd33d1a8f9ed2713447f23b24535eef3b34ba (diff)
downloadroughenough-9515a562754b81a3d499f6ab39b1b4810076ff2c.zip
Merge pull request #14 from int08h/1.1.2
Land 1.1.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a98044..86b8175 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## Version 1.1.2
+
+* Add client request statistics tracking.
+* Clean-up and simplification of server inner loop.
+* Rust 2018 edition required to compile.
+
## Version 1.1.1
* Provide auxiliary data to the AWS KMS decryption call. The auxiliary data _was_ provided in encrypt, but not decrypt, resulting in unconditional failure when unwrapping the long-term identity. See https://github.com/int08h/roughenough/commit/846128d08bd3fcd72f23b3123b332d0692782e41#diff-7f7c3059af30a5ded26269301caf8531R102