diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e008d..5d59613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/lib/ulid/rails/version.rb b/lib/ulid/rails/version.rb index 00c13b2..d5d8982 100644 --- a/lib/ulid/rails/version.rb +++ b/lib/ulid/rails/version.rb @@ -1,5 +1,5 @@ module ULID module Rails - VERSION = "2.0.0.pre.2" + VERSION = "2.0.0" end end