Skip to content

Commit

Permalink
Set version to 5.5.0 and release it
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Nov 15, 2022
1 parent bd3aab4 commit d8f3a21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FriendlyId
VERSION = "6.0.0".freeze
VERSION = "5.5.0".freeze
end

2 comments on commit d8f3a21

@joemsak
Copy link
Contributor

@joemsak joemsak commented on d8f3a21 Dec 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @parndt! This lets me clean up 6 lines in our codebase where the incoming ID could be the primary key, the slug, or nil.

@parndt
Copy link
Collaborator Author

@parndt parndt commented on d8f3a21 Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad it's helped 😄 thanks for doing it!

Please sign in to comment.