From 8e206121842160f74c7e7d1c5d41e163676ac72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Novotn=C3=BD?= Date: Sat, 18 Jul 2020 20:20:52 +0200 Subject: [PATCH] Update readme --- CHANGELOG.md | 11 ++++++++++- README.md | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5ad0c..56709ca 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,14 @@ 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/v3.2.1...master) +## [Unreleased](https://github.com/inspirum/balikobot-php/compare/v3.2.2...master) + + +## [v3.2.2 (2020-07-15)](https://github.com/inspirum/balikobot-php/compare/v3.2.1...v3.2.2) +### Changed +- Normalize service type constants, change **TOP_TRANS\_*** to **TOPTRANS\_*** +### Deprecated +- Deprecated **TOP_TRANS\_*** service type constants ## [v3.2.1 (2020-07-15)](https://github.com/inspirum/balikobot-php/compare/v3.2.0...v3.2.1) @@ -52,6 +59,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added **full_age_minimum** attribute ### Changed - Normalized shipper constants, change **TOP_TRANS** to **TOPTRANS** +### Deprecated +- Deprecated **TOP_TRANS** shipper constant ## [v2.0.1 (2020-03-24)](https://github.com/inspirum/balikobot-php/compare/v2.0.0...v2.0.1) diff --git a/README.md b/README.md index c02e77c..ac089f9 100755 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ or add requirement to your `composer.json` ## Version -Support all options for Balikobot API described in the [documentation][link-api] (**v1.887**, 2020-06-09). +Support all options for Balikobot API described in the [documentation][link-api] (**v1.888**, 2020-07-14). ## Usage