CHANGELOG.md in physical-0.4.8 vs CHANGELOG.md in physical-0.4.9
- old
+ new
@@ -4,9 +4,19 @@
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.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
- Add `#items_value` to `Physical::Package` [#21]