From 0e964149ca913127654b6177cf8e2468a214c9aa Mon Sep 17 00:00:00 2001 From: Martin Meyerhoff Date: Fri, 20 Jan 2023 15:27:45 +0100 Subject: [PATCH] Bump version, add changelog --- CHANGELOG.md | 3 +++ lib/friendly_shipping/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7239dac1..9cc5a1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.7.1] - 2023-01-20 +- ShipEngine Service: Include package dimensions even if package code given + ## [0.7.0] - 2022-12-14 - Removes dependency on unmaintained data_uri gem - Bumps required Ruby to 2.7 diff --git a/lib/friendly_shipping/version.rb b/lib/friendly_shipping/version.rb index 60addbaa..5472ad3b 100644 --- a/lib/friendly_shipping/version.rb +++ b/lib/friendly_shipping/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FriendlyShipping - VERSION = "0.7.0" + VERSION = "0.7.1" end