Skip to content

Commit b4a415e

Browse files
authored
chore: release v2.4.1 (#813)
1 parent 1af76aa commit b4a415e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## What's Changed
4+
* fix(CI): Update Ubuntu Docker Images for AWS-LC by @texastony in https://github.com/aws/aws-encryption-sdk-c/pull/767
5+
* chore: silence deprecation warnings by @ajewellamz in https://github.com/aws/aws-encryption-sdk-c/pull/771
6+
* chore: limit number of random bytes generated by @ajewellamz in https://github.com/aws/aws-encryption-sdk-c/pull/773
7+
* Fix type inconsistencies in CBMC proof harnesses by @tautschnig in https://github.com/aws/aws-encryption-sdk-c/pull/772
8+
* chore: enable dependabot for git submodules by @tautschnig in https://github.com/aws/aws-encryption-sdk-c/pull/775
9+
* chore: enable dependabot for github actions by @tautschnig in https://github.com/aws/aws-encryption-sdk-c/pull/779
10+
* chore(deps): bump aws-encryption-sdk-specification from `c35fbd9` to `0d4d63c` by @dependabot in https://github.com/aws/aws-encryption-sdk-c/pull/778
11+
* chore: update CBMC version by @tautschnig in https://github.com/aws/aws-encryption-sdk-c/pull/780
12+
* chore(deps): bump DoozyX/clang-format-lint-action from 0.5 to 0.17 by @dependabot in https://github.com/aws/aws-encryption-sdk-c/pull/782
13+
* chore(deps): bump actions/checkout from 2 to 4 by @dependabot in https://github.com/aws/aws-encryption-sdk-c/pull/783
14+
* chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/aws/aws-encryption-sdk-c/pull/784
15+
* chore: use built-in SAT solver for CBMC proofs by @tautschnig in https://github.com/aws/aws-encryption-sdk-c/pull/781
16+
* fix: CMake Fixes to Make it Compatible with Latest Aws-c-common by @waahm7 in https://github.com/aws/aws-encryption-sdk-c/pull/812
17+
18+
## New Contributors
19+
* @dependabot made their first contribution in https://github.com/aws/aws-encryption-sdk-c/pull/778
20+
* @waahm7 made their first contribution in https://github.com/aws/aws-encryption-sdk-c/pull/812
21+
22+
**Full Changelog**: https://github.com/aws/aws-encryption-sdk-c/compare/v2.4.0...v2.4.1
23+
324
## 2.4.0 -- 2023-04-04
425

526
* feat: Add support for AWS-LC build in ESDK ([#750](https://github.com/aws/aws-encryption-sdk-c/pull/750))

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ set(PROJECT_NAME aws-encryption-sdk)
4848
# Version number of the SDK to be consumed by C code and Doxygen
4949
set(MAJOR 2)
5050
set(MINOR 4)
51-
set(PATCH 0)
51+
set(PATCH 1)
5252

5353
# Compiler feature tests and feature flags
5454
set(USE_ASM TRUE

0 commit comments

Comments
 (0)