From 356c0c7e4ea6f73b4a04a458d6a17189967de9f8 Mon Sep 17 00:00:00 2001 From: Martin Meyerhoff Date: Wed, 27 Jan 2021 16:25:40 +0100 Subject: [PATCH] Bump version, log changes --- CHANGELOG.md | 7 +++++++ lib/friendly_shipping/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de6fc9f1..98a1e5ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.6.4] - 2021-01-27 + +### Added + +- UPS Service: Include negotiated charges for UPS (#119) +- UPS Service: Include shipment-level itemized charges (#117) + ## [0.6.3] - 2020-10-30 ### Added diff --git a/lib/friendly_shipping/version.rb b/lib/friendly_shipping/version.rb index 9eba02fe..3d95a1cc 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.6.3" + VERSION = "0.6.4" end