diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9a0d93c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +## v0.2.0 + +* Rebuild of gem using bundler. +* Full spec added. + +## v0.1.2 + +* Fixed minor bug when the source field is empty. + +## v0.1.1 + +* Initial release. diff --git a/lib/slugtastic/version.rb b/lib/slugtastic/version.rb index 15867fd..1d7e839 100644 --- a/lib/slugtastic/version.rb +++ b/lib/slugtastic/version.rb @@ -1,3 +1,3 @@ module Slugtastic - VERSION = "0.2.0.alpha" + VERSION = "0.2.0" end