Skip to content

Commit 951d726

Browse files
authored
docs: update version number and changelog for v2.3.2 (#730)
1 parent 53f3cdb commit 951d726

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.3.2 -- 2021-10-18
4+
5+
### Maintenance
6+
7+
* Mark high-memory proofs expensive ([#710](https://github.com/aws/aws-encryption-sdk-c/pull/710))
8+
* Simplify / update build instructions ([#713](https://github.com/aws/aws-encryption-sdk-c/pull/713))
9+
* Update submodules ([#726](https://github.com/aws/aws-encryption-sdk-c/pull/726))
10+
* Remove OOM test, as OOM is no longer possible from aws allocators ([#728](https://github.com/aws/aws-encryption-sdk-c/pull/728))
11+
312
## 2.3.1 -- 2021-07-13
413

514
* Add [support policy](SUPPORT_POLICY.rst).

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 1)
54+
set(PATCH 2)
5555

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

0 commit comments

Comments
 (0)