File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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 ) .
Original file line number Diff line number Diff 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
5252set (MAJOR 2)
5353set (MINOR 3)
54- set (PATCH 1 )
54+ set (PATCH 2 )
5555
5656# Compiler feature tests and feature flags
5757set (USE_ASM TRUE
You can’t perform that action at this time.
0 commit comments