Skip to content

Commit

Permalink
prepare release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMika committed Feb 18, 2021
1 parent 225ae42 commit cb23c00
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,5 +1,10 @@
## Unreleased


## Release 1.12.0 (18 Feb 2021)
* Implemented `MiniRule_GetFromRec` (Amadeus docs emphasize to use `MiniRule_GetFromRec` instead of `MiniRule_GetFromETicket`, `MiniRule_GetFromPricing`, `MiniRule_GetFromPricingRec`) - Aleksandr Kalugin
* Added support for `ES` (Security Elements) to `PNR_*` messages - suiram2010
* Fixed a bug where Session information was not loaded if a SOAPFault was returned.

## Release 1.11.0 (9 July 2020)
https://github.com/amabnl/amadeus-ws-client/pull/344:
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.11.0.
The current release is version 1.12.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.11.0";
const VERSION = "1.12.0";

/**
* An identifier string for the library (to be used in Received From entries)
Expand Down

0 comments on commit cb23c00

Please sign in to comment.