Skip to content

Commit ec57dc3

Browse files
authored
Merge pull request #176 from friendlycart/0.8.2
Bump version and log changes
2 parents 4b0c825 + f173439 commit ec57dc3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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)

lib/friendly_shipping/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FriendlyShipping
4-
VERSION = "0.8.0"
4+
VERSION = "0.8.1"
55
end

0 commit comments

Comments
 (0)