diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9d47a..3a5fb34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.4.9] - 2023-08-02 + +### Added +- Extract cuboid property handling into mixin [#25] +- Add properties to `Physical::Location` [#26] +- Add pallets to `Physical::Shipment` [#29] + +### Changed +- Faster package weight and volume calculations [#23] + ## [0.4.8] - 2023-03-21 ### Added diff --git a/lib/physical/version.rb b/lib/physical/version.rb index 01d0db0..3b4c0b1 100644 --- a/lib/physical/version.rb +++ b/lib/physical/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Physical - VERSION = "0.4.8" + VERSION = "0.4.9" end