Skip to content

Commit

Permalink
Merge pull request #61 from k2nr/bquorning/release
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
bquorning authored Nov 15, 2023
2 parents f4e02fa + 28d0bc8 commit 913df6e
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 913df6e

Please sign in to comment.