We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf40474 commit c1f3754Copy full SHA for c1f3754
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 2.3.0 -- 2021-06-16
9
10
- AWS KMS multi-Region Key support
CMakeLists.txt
@@ -51,7 +51,7 @@ set(PROJECT_NAME aws-encryption-sdk)
51
# Version number of the SDK to be consumed by C code and Doxygen
52
set(MAJOR 2)
53
set(MINOR 3)
54
-set(PATCH 0)
+set(PATCH 1)
55
56
# Compiler feature tests and feature flags
57
set(USE_ASM TRUE
0 commit comments