From 36fc2e8deded3552ebbd44250637a7f03b6245e2 Mon Sep 17 00:00:00 2001 From: tomas-novotny Date: Wed, 27 Dec 2023 13:59:19 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c44c5..a8326ee 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/inspirum/balikobot-php/compare/v7.6.1...master) +## [Unreleased](https://github.com/inspirum/balikobot-php/compare/v7.7.0...master) + + +## [v7.7.0 (2023-12-27)](https://github.com/inspirum/balikobot-php/compare/v7.6.1...v7.7.0) ### Added - Added support for new options from documentation **v1.986** (2023-09-13) - Added **eori**, **gb_eori** and **eu_eori** attributes +- Added support for new options from documentation **v1.989** (2023-11-27) + - Added **shipper_account_number** attributes +- Added support for new options from documentation **v1.990** (2023-11-30) + - Added **SDS** carrier ## [v7.6.1 (2023-08-08)](https://github.com/inspirum/balikobot-php/compare/v7.6.0...v7.6.1) diff --git a/README.md b/README.md index 5700c65..374d865 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Total Downloads][ico-packagist-download]][link-packagist-download] [![Software License][ico-license]][link-licence] -Offers implementation of Balikobot API [v2][link-api-v2-upgrade] described in the official [documentation][link-api-v2] until **v1.987** *(2023-10-04)*. +Offers implementation of Balikobot API [v2][link-api-v2-upgrade] described in the official [documentation][link-api-v2] until **v1.990** *(2023-11-30)*. > If you want to use older API [v1][link-api], please use [`^4.0`](https://github.com/inspirum/balikobot-php/tree/v4.5.0) version.