Skip to content

Commit 4528061

Browse files
committed
0.7.2 + Changelog
1 parent 88b916d commit 4528061

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.2] - 2023-01-24
8+
- ShipEngine Service: Allow sending a label image ID when creating labels (#152)
9+
710
## [0.7.1] - 2023-01-20
811
- ShipEngine Service: Include package dimensions even if package code given
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.1"
4+
VERSION = "0.7.2"
55
end

0 commit comments

Comments
 (0)