Skip to content

Commit

Permalink
Merge pull request #176 from friendlycart/0.8.2
Browse files Browse the repository at this point in the history
Bump version and log changes
  • Loading branch information
mamhoff authored Aug 3, 2023
2 parents 4b0c825 + f173439 commit ec57dc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1] - 2023-08-03
- USPS Service: Fix international ounces remainder (#166)
- UPS Service: Fix bug causing inflated international product costs (#167)
- UPS Service: Add declared value to UPS package serializer (#168)
- UPS Service: Add declared value to UPS label package options (#169)
- TForce Service: Truncate long values in UPS Freight label request (#170)
- USPS Service: Add new USPS Ground Advantage shipping method (#171)
- ShipEngine Service: Basic ShipEngine LTL service class (#172)
- UPS Service: Add new billing options for Non-Resident Importer (#174)
- ShipEngine Service: Request quotes from ShipEngine LTL API (#175)

## [0.8.0] - 2023-04-18
- Rails 7 support: Fix deprecation warning about ActiveSupport#sum (#164)
- UPS Service: Truncate product descriptions (#163)
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_shipping/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FriendlyShipping
VERSION = "0.8.0"
VERSION = "0.8.1"
end

0 comments on commit ec57dc3

Please sign in to comment.