Skip to content

Commit 4a03b5b

Browse files
committed
0.7.3 + Changelog
1 parent ca8264e commit 4a03b5b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.7.3] - 2023-01-24
8+
- UPS Service: Record USPS tracking code (#153)
9+
710
## [0.7.2] - 2023-01-24
811
- ShipEngine Service: Allow sending a label image ID when creating labels (#152)
912

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.7.2"
4+
VERSION = "0.7.3"
55
end

0 commit comments

Comments
 (0)