Skip to content

Commit 294ae8c

Browse files
committed
Update change log
1 parent 139387a commit 294ae8c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.7.0] - 2023-10-03
11+
1012
### Added
1113

1214
- Added `PRAGMA memory_security` to allow to clear memory before it is freed. This feature can have a considerable impact on performance and is therefore disabled by default.
@@ -412,7 +414,8 @@ The following ciphers are supported:
412414
- AES 256 Bit CBC - SHA1/SHA256/SHA512 HMAC ([SQLCipher](https://www.zetetic.net/sqlcipher/), database versions 1, 2, 3, and 4)
413415
- RC4 - No HMAC ([System.Data.SQLite](http://system.data.sqlite.org))
414416

415-
[Unreleased]: ../../compare/v1.6.5...HEAD
417+
[Unreleased]: ../../compare/v1.7.0...HEAD
418+
[1.7.0]: ../../compare/v1.6.5...v1.7.0
416419
[1.6.5]: ../../compare/v1.6.4...v1.6.5
417420
[1.6.4]: ../../compare/v1.6.3...v1.6.4
418421
[1.6.3]: ../../compare/v1.6.2...v1.6.3

0 commit comments

Comments
 (0)