File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.8.1] - 2023-08-03
8+ - USPS Service: Fix international ounces remainder (#166 )
9+ - UPS Service: Fix bug causing inflated international product costs (#167 )
10+ - UPS Service: Add declared value to UPS package serializer (#168 )
11+ - UPS Service: Add declared value to UPS label package options (#169 )
12+ - TForce Service: Truncate long values in UPS Freight label request (#170 )
13+ - USPS Service: Add new USPS Ground Advantage shipping method (#171 )
14+ - ShipEngine Service: Basic ShipEngine LTL service class (#172 )
15+ - UPS Service: Add new billing options for Non-Resident Importer (#174 )
16+ - ShipEngine Service: Request quotes from ShipEngine LTL API (#175 )
17+
718## [ 0.8.0] - 2023-04-18
819- Rails 7 support: Fix deprecation warning about ActiveSupport#sum (#164 )
920- UPS Service: Truncate product descriptions (#163 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module FriendlyShipping
4- VERSION = "0.8.0 "
4+ VERSION = "0.8.1 "
55end
You can’t perform that action at this time.
0 commit comments