Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Oct 12, 2023
1 parent f4e02fa commit 28d0bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Unreleased

- Ensure compatibility with the Trilogy database adapter.
- Ensure compatibility with Rails 7.1.

## 2.0.0.pre.2
## 2.0.0

- Ensure compatibility with the Trilogy database adapter.
- Drop support for Rails 5.0 and Rails 5.1.
- Ensure compatibility with Rails 7.1.
- Fix various issues when calling `#where` with non-String values, or multiple ULID values.
- The following modules/classes have been removed:
- `ULID::Rails::Formatter`
Expand Down
2 changes: 1 addition & 1 deletion lib/ulid/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ULID
module Rails
VERSION = "2.0.0.pre.2"
VERSION = "2.0.0"
end
end

0 comments on commit 28d0bc8

Please sign in to comment.