From b07226072309847d26433d17ead08e1ddd02d13c Mon Sep 17 00:00:00 2001 From: Dieter Devlieghere Date: Sun, 23 Jun 2019 20:24:14 +0200 Subject: [PATCH] Prepare 1.9.0 release --- CHANGELOG.md | 5 +++++ README.md | 2 +- src/Amadeus/Client.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 674ebe860..f04cb39d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Release 1.9.0 (23 Jun 2019) +* Added support for multiple seat request in ``PNR_AddMultiElements`` (https://github.com/amabnl/amadeus-ws-client/pull/335) - Artem Zakharchenko +* Added `stockProviderDetails` to ``DocRefund_InitRefund `` (https://github.com/amabnl/amadeus-ws-client/pull/341) - Ruslan Poltayev +* Implemented ``Service_StandaloneCatalogue`` - (https://github.com/amabnl/amadeus-ws-client/pull/220) - arvind-pandey & Artem Zakharchenko + # Release 1.8.1 (29 May 2019) * Support for Queue TimeMode in ``Queue_RemoveItem`` (https://github.com/amabnl/amadeus-ws-client/pull/333) - Ruslan Poltayev diff --git a/README.md b/README.md index 180920792..081e63cbf 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Once the client is installed, read the [About & Get Started](docs/about-get- # Release history -The current release is version 1.8.1. +The current release is version 1.9.0. See the [Changelog](CHANGELOG.md). diff --git a/src/Amadeus/Client.php b/src/Amadeus/Client.php index fc008fa24..b08398962 100644 --- a/src/Amadeus/Client.php +++ b/src/Amadeus/Client.php @@ -58,7 +58,7 @@ class Client extends Base * * @var string */ - const VERSION = "1.9.0-dev"; + const VERSION = "1.9.0"; /** * An identifier string for the library (to be used in Received From entries)