Skip to content

Commit 32d2156

Browse files
committed
version bump 4.0.1
1 parent e93a26f commit 32d2156

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 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] - [unreleased]
5+
6+
## [4.0.1] - [unreleased]
57
- Based on upstream SQLite 3.26.0 (addresses SQLite “Magellan” issue)
68
- Adds PRAGMA cipher_compatibility and cipher_default_compatibility which take automatcially configure appropriate compatibility settings for the specified SQLCipher major version number
79
- Filters attach statements with KEY parameters from readline history
@@ -126,7 +128,8 @@ All notable changes to this project will be documented in this file.
126128
### Security
127129
- Change KDF iteration length from 4,000 to 64,000
128130

129-
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.0.0...prerelease
131+
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.0.1...prerelease
132+
[4.0.1]: https://github.com/sqlcipher/sqlcipher/compare/v4.0.0...v4.0.1
130133
[4.0.0]: https://github.com/sqlcipher/sqlcipher/compare/v3.4.2...v4.0.0
131134
[3.4.2]: https://github.com/sqlcipher/sqlcipher/compare/v3.4.1...v3.4.2
132135
[3.4.1]: https://github.com/sqlcipher/sqlcipher/compare/v3.4.0...v3.4.1

SQLCipher.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"requires_arc": false,
1616
"source": {
1717
"git": "https://github.com/sqlcipher/sqlcipher.git",
18-
"tag": "v4.0.0"
18+
"tag": "v4.0.1"
1919
},
2020
"summary": "Full Database Encryption for SQLite.",
21-
"version": "4.0.0",
21+
"version": "4.0.1",
2222
"subspecs": [
2323
{
2424
"compiler_flags": [

0 commit comments

Comments
 (0)