From 0064ef1dd063043c5414612dae7691a0887b0ae6 Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Sun, 27 Oct 2013 19:19:14 -0300 Subject: [PATCH] Bumped version and updated changelog [ci skip] --- Changelog.md | 4 ++++ lib/friendly_id/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 3d6491044..6673475d5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,10 @@ We would like to think our many {file:Contributors contributors} for suggestions, ideas and improvements to FriendlyId. +## 5.0.1 (2013-10-27) + +* Fix compatibility with Rails 4.0.1.rc3 (thanks [Herman verschooten](https://github.com/Hermanverschooten)). + ## 5.0.0 (2013-10-16) * Fix to let scoped records reuse their slugs (thanks [Donny diff --git a/lib/friendly_id/version.rb b/lib/friendly_id/version.rb index 981fc89c3..b4193f8ef 100644 --- a/lib/friendly_id/version.rb +++ b/lib/friendly_id/version.rb @@ -1,3 +1,3 @@ module FriendlyId - VERSION = "5.0.0" + VERSION = "5.0.1" end