Skip to content

Commit c1f3754

Browse files
authored
chore: update version number and CHANGELOG for v2.3.1 (#724)
1 parent bf40474 commit c1f3754

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.3.1 -- 2021-07-13
4+
5+
* Add [support policy](SUPPORT_POLICY.rst).
6+
* Fix missing include in `kms_mrk_keyring.h` that could result in compilation failure.
7+
38
## 2.3.0 -- 2021-06-16
49

510
- AWS KMS multi-Region Key support

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ set(PROJECT_NAME aws-encryption-sdk)
5151
# Version number of the SDK to be consumed by C code and Doxygen
5252
set(MAJOR 2)
5353
set(MINOR 3)
54-
set(PATCH 0)
54+
set(PATCH 1)
5555

5656
# Compiler feature tests and feature flags
5757
set(USE_ASM TRUE

0 commit comments

Comments
 (0)