From 28d0bc898cf747ed62c18de1ea920555dde8db83 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Fri, 29 Sep 2023 08:27:30 +0200 Subject: [PATCH] Release v2.0.0 --- CHANGELOG.md | 7 +++---- lib/ulid/rails/version.rb | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) 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