diff --git a/CHANGELOG.md b/CHANGELOG.md index 96cc1162..930a82fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # sqlite3-ruby Changelog -## next / unreleased +## 2.2.0 / 2024-10-30 ### Added -- URI filenames are now allowed. This allows the injection of some behavior via recognized query parameters. See https://www.sqlite.org/uri.html for more information. #571 @flavorjones +- URI filenames are now allowed. This allows the injection of some behavior via recognized query parameters. See https://www.sqlite.org/uri.html for more information. [#571] @flavorjones ### Improved diff --git a/lib/sqlite3/version.rb b/lib/sqlite3/version.rb index 5061ac5b..e44bf3f9 100644 --- a/lib/sqlite3/version.rb +++ b/lib/sqlite3/version.rb @@ -1,3 +1,3 @@ module SQLite3 - VERSION = "2.1.1" + VERSION = "2.2.0" end