diff --git a/Changes b/Changes index 361c7c2..c83b3e0 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,14 @@ +-------------------- +v0.2.1 2017-12-01 +-------------------- +Changes: +* Upgrade to ActiveRecord 4.2.10 +* Lock HAML dependency to 4.X + +Enhancements: +* Add command line arguments to install.rb +* Ruby 2.4 support + -------------------- v0.2.0 2017-03-18 -------------------- diff --git a/install.rb b/install.rb index 64bf532..4ecadba 100644 --- a/install.rb +++ b/install.rb @@ -164,4 +164,6 @@ def install Made by ScreenStaring http://ScreenStaring.com +--- + MSG diff --git a/lib/itunes/store/transporter/web/version.rb b/lib/itunes/store/transporter/web/version.rb index 37f01b6..4285e13 100644 --- a/lib/itunes/store/transporter/web/version.rb +++ b/lib/itunes/store/transporter/web/version.rb @@ -2,7 +2,7 @@ module ITunes module Store module Transporter module Web - VERSION = "0.2.0" + VERSION = "0.2.1" end end end