From 8763afaf13231cb1fc835b52c94ada23f8e47b3d Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Mon, 12 Dec 2022 15:46:23 -0500 Subject: [PATCH] changelog update --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 103f7aa6..f381d01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # SQLCipher Change Log All notable changes to this project will be documented in this file. -## [unreleased] - (? 2022 - [unreleased changes]) +## [unreleased] - (? 2023 - [unreleased changes]) + +## [4.5.3] - (December 2022 - [4.5.3 changes]) +- Updates baseline to upstream SQLite 3.39.4 ## [4.5.2] - (August 2022 - [4.5.2 changes]) - Updates source code baseline to upstream SQLite 3.39.2 @@ -210,7 +213,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.2...prerelease +[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.3...prerelease +[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 [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 -- 2.11.4.GIT