Skip to content

Commit c1f02fd

Browse files
committed
changelog update
1 parent 8d571c8 commit c1f02fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
## [unreleased] - (? 2022 - [unreleased changes])
5+
6+
## [4.5.2] - (August 2022 - [4.5.2 changes])
57
- Updates source code baseline to upstream SQLite 3.39.2
68
- Simplifies OpenSSL version conditional code
79
- 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.
208210
### Security
209211
- Change KDF iteration length from 4,000 to 64,000
210212

211-
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.1...prerelease
213+
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.2...prerelease
214+
[4.5.2]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.2
215+
[4.5.2 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.1...v4.5.2
212216
[4.5.1]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.1
213217
[4.5.1 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.0...v4.5.1
214218
[4.5.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.0

0 commit comments

Comments
 (0)