diff --git a/CHANGELOG.md b/CHANGELOG.md index eacf5c8..96ce706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v2.0.1 + +* Update homepage to new location. + +## v2.0.0 + +* Remove dependency on supermodel for tests. + ## v1.2.0 * Added ability to substitute hyphen delimiter. diff --git a/Gemfile.lock b/Gemfile.lock index f18ccba..b8c0067 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - slugtastic (2.0.0) + slugtastic (2.0.1) GEM remote: https://rubygems.org/ diff --git a/lib/slugtastic/version.rb b/lib/slugtastic/version.rb index a40ba4b..5516c9a 100644 --- a/lib/slugtastic/version.rb +++ b/lib/slugtastic/version.rb @@ -1,3 +1,3 @@ module Slugtastic - VERSION = "2.0.0".freeze + VERSION = "2.0.1".freeze end