From c1f02fd9689da4c27b4ce98be3d4cfb34db7980e Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Tue, 26 Jul 2022 10:45:55 -0400 Subject: [PATCH] changelog update --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd24b09..103f7aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [unreleased] - (? 2022 - [unreleased changes]) + +## [4.5.2] - (August 2022 - [4.5.2 changes]) - Updates source code baseline to upstream SQLite 3.39.2 - Simplifies OpenSSL version conditional code - Fixes issue where PRAGMA cipher_memory_security could report OFF when it was actually ON @@ -208,7 +210,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.1...prerelease +[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.2...prerelease +[4.5.2]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.2 +[4.5.2 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.1...v4.5.2 [4.5.1]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.1 [4.5.1 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.0...v4.5.1 [4.5.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.0 -- 2.11.4.GIT