From 175ef2f59bc828056fd3dc48d4c231a16632bb9e Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Mon, 10 Apr 2023 11:30:51 -0400 Subject: [PATCH] changelog update --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f381d01c..898ec62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. ## [unreleased] - (? 2023 - [unreleased changes]) +## [4.5.4] - (April 2023 - [4.5.4 changes]) +- Updates baseline to upstream SQLite 3.41.2 +- Updates minimum Apple SDK versions in podspec for new Xcode compatibility +- Return runtime OpenSSL version from PRAGMA cipher_provider_version (instead of hardcoded value) +- Adds guard against zero block size and crash if cryptographic provider initialization fails +- When an ATTACH occurs creating a new encrypted database as the first operation after keying the main database, the new database will have the same salt value. + ## [4.5.3] - (December 2022 - [4.5.3 changes]) - Updates baseline to upstream SQLite 3.39.4 @@ -213,7 +220,9 @@ All notable changes to this project will be documented in this file. ### Security - Change KDF iteration length from 4,000 to 64,000 -[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.3...prerelease +[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.4...prerelease +[4.5.4]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.4 +[4.5.4 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.3...v4.5.4 [4.5.3]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.3 [4.5.3 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.2...v4.5.3 [4.5.2]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.2 -- 2.11.4.GIT