From 9fe0ef85fb18ff9ca4d9d3fe64f75206d1785204 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sun, 25 Aug 2024 07:58:30 +1000 Subject: [PATCH] version 1.0.7 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4404cdb..b8e2b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.0.7 - 2024-08-25 + +### Added +- Add support for tax-inclusive rates for UPS, where applicable. + +### Changed +- Improve USPS rates by not returning duplicate services (that have the same price, just different description). +- Update USPS service codes for new API. + ## 1.0.6 - 2024-08-03 ### Fixed diff --git a/composer.json b/composer.json index 33dcecd..dc60204 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.6", + "version": "1.0.7", "keywords": [ "australia-post", "auspost",