diff --git a/CHANGELOG b/CHANGELOG index 2d16c83ae..402da6ed3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +* Add fix for updated USPS API to strip any encoded html and trailing asterisks from rate names [dennis] * Add carrier CanadaPost [william] * Update FedEx rates and added ability to auto-generate rate name from code that gets returned by FedEx [dennis] * Assume test_helper is in load path when running tests [cody] diff --git a/active_shipping.gemspec b/active_shipping.gemspec index 5d3217e38..3ffd66e50 100644 --- a/active_shipping.gemspec +++ b/active_shipping.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ["James MacAulay", "Tobi Lutke", "Cody Fauser", "Jimmy Baker"] s.email = ["james@shopify.com"] - s.version = '0.9.4' + s.version = '0.9.5' s.homepage = "http://github.com/shopify/active_shipping" s.summary = "Shipping API extension for Active Merchant" s.description = "Get rates and tracking info from various shipping carriers." diff --git a/lib/active_shipping/version.rb b/lib/active_shipping/version.rb index 382a3b9cc..e605dd3dc 100644 --- a/lib/active_shipping/version.rb +++ b/lib/active_shipping/version.rb @@ -1,3 +1,3 @@ module ActiveShipping - VERSION = "0.9.4" + VERSION = "0.9.5" end \ No newline at end of file