diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b69217d5..da84f9275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # ActiveShipping CHANGELOG +### v2.1.0 +- Add email field to Location + ### v2.0.0 - Drop support for < ruby 2.2, support ruby 2.4 - Drop support for < Rails 4.2. diff --git a/lib/active_shipping/version.rb b/lib/active_shipping/version.rb index fdf455808..bb4d6ce04 100644 --- a/lib/active_shipping/version.rb +++ b/lib/active_shipping/version.rb @@ -1,3 +1,3 @@ module ActiveShipping - VERSION = "2.0.0" + VERSION = "2.1.0" end