From d8f3a21ec68d701ee934d473207ea09a47e7d4f2 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Wed, 16 Nov 2022 11:17:43 +1300 Subject: [PATCH] Set version to 5.5.0 and release it --- Changelog.md | 2 ++ lib/friendly_id/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b7b502b1..2c67702f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,8 @@ suggestions, ideas and improvements to FriendlyId. ## Unreleased +## 5.5.0 (2022-11-16) + * SimpleI18n: Handle regional locales ([#965](https://github.com/norman/friendly_id/pull/965)) * Fix: "unknown column" exception ([#943](https://github.com/norman/friendly_id/pull/943)) * Add: `allow_nil: true` to the Finder ([#995](https://github.com/norman/friendly_id/pull/995) and [#997](https://github.com/norman/friendly_id/pull/997)) diff --git a/lib/friendly_id/version.rb b/lib/friendly_id/version.rb index 8d5d3859..926e1beb 100644 --- a/lib/friendly_id/version.rb +++ b/lib/friendly_id/version.rb @@ -1,3 +1,3 @@ module FriendlyId - VERSION = "6.0.0".freeze + VERSION = "5.5.0".freeze end