diff --git a/CHANGELOG.md b/CHANGELOG.md index e73949e..55179fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [0.3.0] - 2021-11-26 ### Added - Envialia courier integration @@ -23,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2021-09-27 🎉 First release! -[Unreleased]: https://github.com/ecommerce-ventures/deliveries/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/ecommerce-ventures/deliveries/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/ecommerce-ventures/deliveries/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/ecommerce-ventures/deliveries/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/ecommerce-ventures/deliveries/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/ecommerce-ventures/deliveries/compare/v0.1.0...v0.1.1 diff --git a/Gemfile.lock b/Gemfile.lock index 4c73fc4..6dc0a82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - deliveries (0.2.1) + deliveries (0.3.0) activesupport (>= 5.2.0) hexapdf httparty @@ -35,7 +35,7 @@ GEM gyoku (1.3.1) builder (>= 2.1.2) hashdiff (1.0.1) - hexapdf (0.17.3) + hexapdf (0.19.0) cmdparse (~> 3.0, >= 3.0.3) geom2d (~> 0.3) httparty (0.20.0) @@ -46,9 +46,9 @@ GEM socksify i18n (1.8.11) concurrent-ruby (~> 1.0) - mime-types (3.3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2021.0901) + mime-types-data (3.2021.1115) mini_magick (4.11.0) minitest (5.14.4) multi_xml (0.6.0) diff --git a/lib/deliveries/version.rb b/lib/deliveries/version.rb index 15fa20a..086e976 100644 --- a/lib/deliveries/version.rb +++ b/lib/deliveries/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Deliveries - VERSION = '0.2.1' + VERSION = '0.3.0' end