From d7eba3007ad6a7d81e96f1b463114e5fb875b9a5 Mon Sep 17 00:00:00 2001 From: Alex Schoof Date: Thu, 17 Aug 2017 15:06:02 -0400 Subject: [PATCH] bumped version and added changelog --- changelog.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..da47f3a --- /dev/null +++ b/changelog.md @@ -0,0 +1,7 @@ +# Changelog +## 1.13.3 +* Only fetch the session resource and client once +* README updates for c# and node imlpementations +* python 3.2 removed frmo build matrix +* fixed hmac checking +* removed build constraint on `cryptography` <2.0 diff --git a/setup.py b/setup.py index 79179d3..ff6e8b2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='credstash', - version='1.13.2', + version='1.13.3', description='A utility for managing secrets in the cloud using AWS KMS and DynamoDB', license='Apache2', url='https://github.com/LuminalOSS/credstash',