Skip to content

Commit 175ef2f

Browse files
committed
changelog update
1 parent 254046b commit 175ef2f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

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

44
## [unreleased] - (? 2023 - [unreleased changes])
55

6+
## [4.5.4] - (April 2023 - [4.5.4 changes])
7+
- Updates baseline to upstream SQLite 3.41.2
8+
- Updates minimum Apple SDK versions in podspec for new Xcode compatibility
9+
- Return runtime OpenSSL version from PRAGMA cipher_provider_version (instead of hardcoded value)
10+
- Adds guard against zero block size and crash if cryptographic provider initialization fails
11+
- 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.
12+
613
## [4.5.3] - (December 2022 - [4.5.3 changes])
714
- Updates baseline to upstream SQLite 3.39.4
815

@@ -213,7 +220,9 @@ All notable changes to this project will be documented in this file.
213220
### Security
214221
- Change KDF iteration length from 4,000 to 64,000
215222

216-
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.3...prerelease
223+
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.4...prerelease
224+
[4.5.4]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.4
225+
[4.5.4 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.3...v4.5.4
217226
[4.5.3]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.3
218227
[4.5.3 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.2...v4.5.3
219228
[4.5.2]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.2

0 commit comments

Comments
 (0)