Skip to content

Commit

Permalink
version bump to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Oct 30, 2024
1 parent c15fc69 commit 88628ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/sqlite3/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SQLite3
VERSION = "2.1.1"
VERSION = "2.2.0"
end

0 comments on commit 88628ac

Please sign in to comment.