We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcb44b commit a69cee8Copy full SHA for a69cee8
CHANGELOG.rst
@@ -6,3 +6,7 @@ Changelog
6
===================
7
* Initial public release
8
9
+0.1.1 -- 2019-02-21
10
+===================
11
+* Fixed cmake bug regarding git version of KMS user agent
12
+* Added CBMC header file needed by newer aws-c-common versions
include/aws/cryptosdk/version.h
@@ -52,7 +52,7 @@
52
53
#define AWS_CRYPTOSDK_VERSION_MAJOR 0
54
#define AWS_CRYPTOSDK_VERSION_MINOR 1
55
-#define AWS_CRYPTOSDK_VERSION_PATCH 0
+#define AWS_CRYPTOSDK_VERSION_PATCH 1
56
57
#ifndef AWS_CRYPTOSDK_DOXYGEN // undocumented private helpers
58
# define AWS_CRYPTOSDK_PRIVATE_QUOTEARG(a) # a
0 commit comments