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",