We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b916d commit 4528061Copy full SHA for 4528061
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.2] - 2023-01-24
8
+- ShipEngine Service: Allow sending a label image ID when creating labels (#152)
9
+
10
## [0.7.1] - 2023-01-20
11
- ShipEngine Service: Include package dimensions even if package code given
12
lib/friendly_shipping/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module FriendlyShipping
- VERSION = "0.7.1"
+ VERSION = "0.7.2"
end
0 commit comments