Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: backport maintenance/doc changes and prepare release for v1.9.1 #731

Merged
merged 11 commits into from
Oct 20, 2021
Prev Previous commit
Next Next commit
chore: update version number and changelog for v1.9.1
  • Loading branch information
alex-chew committed Oct 20, 2021
commit f574230fea3d9e6b7193ba1797c4a8c990223514
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.9.1 -- 2021-10-20

### Maintenance

* Add [support policy](/~https://github.com/aws/aws-encryption-sdk-c/blob/master/SUPPORT_POLICY.rst)
* CBMC CI upgrades ([#709](/~https://github.com/aws/aws-encryption-sdk-c/pull/709), [#710](/~https://github.com/aws/aws-encryption-sdk-c/pull/710), [#711](/~https://github.com/aws/aws-encryption-sdk-c/pull/711), [#722](/~https://github.com/aws/aws-encryption-sdk-c/pull/722), [#726](/~https://github.com/aws/aws-encryption-sdk-c/pull/726))
* Simplify / update build instructions ([#713](/~https://github.com/aws/aws-encryption-sdk-c/pull/713))
* Remove OOM test, as OOM is no longer possible from aws allocators ([#728](/~https://github.com/aws/aws-encryption-sdk-c/pull/728))
* Pin newer aws-sdk-cpp in macOS CI builds ([#729](/~https://github.com/aws/aws-encryption-sdk-c/pull/729))

## 1.9.0 -- 2021-05-27

* Improvements to the message decryption process.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ set(PROJECT_NAME aws-encryption-sdk)
# Version number of the SDK to be consumed by C code and Doxygen
set(MAJOR 1)
set(MINOR 9)
set(PATCH 0)
set(PATCH 1)

# Compiler feature tests and feature flags
set(USE_ASM TRUE
Expand Down