Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-novotny committed Sep 5, 2024
1 parent d38c86a commit c61d072
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,26 @@ 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.10.0...master)
## [Unreleased](https://github.com/inspirum/balikobot-php/compare/v7.11.0...master)


## [v7.11.0 (2024-09-05)](https://github.com/inspirum/balikobot-php/compare/v7.10.0...v7.11.0)
### Added
- Added support for new options from documentation **v1.999** (2024-07-30)
- Added **country_reference** attributes
- Added **country_reference_type** attributes
- Added **CP_NV** service type
- Added **ZASILKOVNA_IT_POST_PP** service type
- Added **ZASILKOVNA_IT_POST_HD** service type
- Added **FEDEX_FIRST** service type
- Added **FEDEX_PRIORITY_EXPRESS** service type
- Added **FEDEX_PRIORITY** service type
- Added **FEDEX_REGIONAL_EXPRESS_FREIGHT** service type
- Added **FEDEX_REGIONAL_REIGHT** service type
- Added **SAMEDAY_CROSSBORDER_24H_HD** service type
- Added **SAMEDAY_CROSSBORDER_LOCKER_HD** service type
### Changed
- Use list collections


## [v7.10.0 (2024-06-07)](https://github.com/inspirum/balikobot-php/compare/v7.9.0...v7.10.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.998** *(2024-06-04)*.
Offers implementation of Balikobot API [v2][link-api-v2-upgrade] described in the official [documentation][link-api-v2] until **v2.004** *(2024-08-06)*.

> 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.
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/ChangesSupportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function testLatestChangesSupport(): void

$changelog = $infoService->getChangelog();

$expected = (float) '1.998';
$expected = (float) '2.004';
$actual = (float) $changelog->getLatestVersion();

if ($actual > $expected) {
Expand Down

0 comments on commit c61d072

Please sign in to comment.