Skip to content

Commit

Permalink
Update change log for version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utelle committed Oct 22, 2024
1 parent 69b6717 commit cf756f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.0] - 2024-10-22

### Changed

- Based on SQLite version 3.47.0
Expand Down Expand Up @@ -531,7 +533,8 @@ The following ciphers are supported:
- AES 256 Bit CBC - SHA1/SHA256/SHA512 HMAC ([SQLCipher](https://www.zetetic.net/sqlcipher/), database versions 1, 2, 3, and 4)
- RC4 - No HMAC ([System.Data.SQLite](http://system.data.sqlite.org))

[Unreleased]: ../../compare/v1.8.7...HEAD
[Unreleased]: ../../compare/v1.9.0...HEAD
[1.9.0]: ../../compare/v1.8.7...v1.9.0
[1.8.7]: ../../compare/v1.8.6...v1.8.7
[1.8.6]: ../../compare/v1.8.5...v1.8.6
[1.8.5]: ../../compare/v1.8.4...v1.8.5
Expand Down

0 comments on commit cf756f0

Please sign in to comment.