We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8264e commit 4a03b5bCopy full SHA for 4a03b5b
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.7.3] - 2023-01-24
8
+- UPS Service: Record USPS tracking code (#153)
9
+
10
## [0.7.2] - 2023-01-24
11
- ShipEngine Service: Allow sending a label image ID when creating labels (#152)
12
lib/friendly_shipping/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module FriendlyShipping
- VERSION = "0.7.2"
+ VERSION = "0.7.3"
end
0 commit comments