Skip to content

Commit

Permalink
Prepare release of version 2.0.0
Browse files Browse the repository at this point in the history
- Based on SQLite version 3.47.2
  • Loading branch information
utelle committed Dec 31, 2024
1 parent 628d5f0 commit fa35fa8
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]

## [2.0.0] - 2024-12-31

### Added

- Added new cipher scheme AEGIS
Expand Down Expand Up @@ -563,7 +565,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.9.2...HEAD
[Unreleased]: ../../compare/v2.0.0...HEAD
[2.0.0]: ../../compare/v1.9.2...v2.0.0
[1.9.2]: ../../compare/v1.9.1...v1.9.2
[1.9.1]: ../../compare/v1.9.0...v1.9.1
[1.9.0]: ../../compare/v1.8.7...v1.9.0
Expand Down

0 comments on commit fa35fa8

Please sign in to comment.