Skip to content

Commit

Permalink
Prepare 1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMika committed Jun 23, 2019
1 parent 7dcd307 commit b072260
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion src/Amadeus/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b072260

Please sign in to comment.