Skip to content

Commit 896491e

Browse files
authored
chore: version bump (#766)
1 parent 50b11f9 commit 896491e

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

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

3+
## 2.4.0 -- 2023-04-04
4+
5+
* feat: Add support for AWS-LC build in ESDK ([#750](https://github.com/aws/aws-encryption-sdk-c/pull/750))
6+
* fix(default_cmm): track unset default alg separately ([#687](https://github.com/aws/aws-encryption-sdk-c/pull/687))
7+
* fix: out-of-bounds constant in default_cmm.c ([#752](https://github.com/aws/aws-encryption-sdk-c/pull/752))
8+
* docs(SupportPolicy): Mark 1.x End-of-Support ([#756](https://github.com/aws/aws-encryption-sdk-c/pull/756))
9+
* fix: initialize buffer in cipher_openssl.c ([#751](https://github.com/aws/aws-encryption-sdk-c/pull/751))
10+
* docs: Add missing library to compilation example ([#697](https://github.com/aws/aws-encryption-sdk-c/pull/697))
11+
* docs(examples): adjust discovery example wording ([#738](https://github.com/aws/aws-encryption-sdk-c/pull/738))
12+
* docs: Use recommended RSA padding mode ([#522](https://github.com/aws/aws-encryption-sdk-c/pull/522))
13+
* feat(examples): add DiscoveryFilter example ([#737](https://github.com/aws/aws-encryption-sdk-c/pull/737))
14+
15+
### Maintenance
16+
17+
* feat: Add CBMC proof-running GitHub Action ([#763](https://github.com/aws/aws-encryption-sdk-c/pull/763))
18+
* fix: return type of aws_default_allocator stub in CBMC proofs ([#760](https://github.com/aws/aws-encryption-sdk-c/pull/760))
19+
* feat: use latest aws-cpp-sdk ([#761](https://github.com/aws/aws-encryption-sdk-c/pull/761))
20+
* fix: kms delay ([#758](https://github.com/aws/aws-encryption-sdk-c/pull/758))
21+
* chore: Update CBMC starter kit ([#753](https://github.com/aws/aws-encryption-sdk-c/pull/753))
22+
* ci(CodeBuild): run ubuntu latest in series ([#747](https://github.com/aws/aws-encryption-sdk-c/pull/747))
23+
* chore: bump openssl ([#746](https://github.com/aws/aws-encryption-sdk-c/pull/746))
24+
* chore: Update submodules ([#725](https://github.com/aws/aws-encryption-sdk-c/pull/725))
25+
* chore: Remove CBMC CI configuration ([#741](https://github.com/aws/aws-encryption-sdk-c/pull/741))
26+
* chore: Bump Litani version to 1.16.0 ([#740](https://github.com/aws/aws-encryption-sdk-c/pull/740))
27+
* chore: Upgrade CBMC templates submodule ([#739](https://github.com/aws/aws-encryption-sdk-c/pull/739))
28+
* chore: Add CODEOWNERS file ([#733](https://github.com/aws/aws-encryption-sdk-c/pull/733))
29+
330
## 2.3.2 -- 2021-10-18
431

532
### Maintenance

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ set(PROJECT_NAME aws-encryption-sdk)
5050

5151
# Version number of the SDK to be consumed by C code and Doxygen
5252
set(MAJOR 2)
53-
set(MINOR 3)
54-
set(PATCH 2)
53+
set(MINOR 4)
54+
set(PATCH 0)
5555

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

0 commit comments

Comments
 (0)