Skip to content

Commit a69cee8

Browse files
authored
bump version number to v0.1.1 and update change log (#354)
1 parent 2fcb44b commit a69cee8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ Changelog
66
===================
77
* Initial public release
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
#define AWS_CRYPTOSDK_VERSION_MAJOR 0
5454
#define AWS_CRYPTOSDK_VERSION_MINOR 1
55-
#define AWS_CRYPTOSDK_VERSION_PATCH 0
55+
#define AWS_CRYPTOSDK_VERSION_PATCH 1
5656

5757
#ifndef AWS_CRYPTOSDK_DOXYGEN // undocumented private helpers
5858
# define AWS_CRYPTOSDK_PRIVATE_QUOTEARG(a) # a

0 commit comments

Comments
 (0)