From 862e651748be7c9ff7920a9bdbeb7ecda158bb61 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Tue, 1 Oct 2024 21:19:47 +1000 Subject: [PATCH] version 1.0.8 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e2b61..47bdbeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.8 - 2024-10-01 + +### Changed +- Change USPS behaviour to now only return the cheapest rate for the same service code to prevent unnecessary duplicate rates. + +### Fixed +- Fix USPS rates not using a minimum dimension/weight value for packages. + ## 1.0.7 - 2024-08-25 ### Added diff --git a/composer.json b/composer.json index dc60204..5ed3f62 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "verbb/shippy", "description": "A framework agnostic, multi-carrier shipping library for PHP.", - "version": "1.0.7", + "version": "1.0.8", "keywords": [ "australia-post", "auspost",