diff --git a/CHANGELOG.md b/CHANGELOG.md index d190555d8..68b7534e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # ActiveShipping CHANGELOG +### v2.2.0 +- Remove UPS integration from ActiveShipping repository as requested by UPS. For information about the UPS APIs see https://www.ups.com/upsdeveloperkit + ### v2.1.1 - Update README to clarify Shopify's involvement moving forward with v2.x diff --git a/lib/active_shipping/version.rb b/lib/active_shipping/version.rb index 37afe264f..a1365a03d 100644 --- a/lib/active_shipping/version.rb +++ b/lib/active_shipping/version.rb @@ -1,3 +1,3 @@ module ActiveShipping - VERSION = "2.1.1" + VERSION = "2.2.0" end