Skip to content

Commit

Permalink
Preparing for release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMika committed May 15, 2017
1 parent c23db37 commit 9fb1c64
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 1.4.0 (UNRELEASED)
# Release 1.4.0 (15 May 2017)
* Added support for ``Fare_PricePNRWithBookingClass`` errors in message version 7.3 format (https://github.com/amabnl/amadeus-ws-client/issues/57)
* Added support for Seat Request elements in in ``PNR_AddMultiElements`` (https://github.com/amabnl/amadeus-ws-client/issues/64/)
* Added support for Credit Card Holder name when adding FP elements with ``PNR_AddMultiElements`` (https://github.com/amabnl/amadeus-ws-client/issues/69)
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.3.1.
The current release is version 1.4.0.

See the [Changelog](CHANGELOG.md).

Expand Down
6 changes: 6 additions & 0 deletions docs/list-of-supported-messages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ These messages will be implemented at some point in the future. *Pull requests a
- Fare_RebookAndCreateTST
- Air_RebookAirSegment
- Air_TLAGetAvailability
- PNR_CreateAuxiliarySegment
- PointOfRef_CategoryList
- Ticket_CreateManualTSMP
- TSM_CreateTSMFromPricing
- Ticket_UpdateTSMP
- Ticket_ProcessEDoc
- Ticket_RetrieveListOfTSM
- Ticket_AddDocNumber
Expand All @@ -88,6 +92,8 @@ These messages will be implemented at some point in the future. *Pull requests a
- Service_IntegratedCatalogue
- Service_PriceServiceViaCatalogue
- Service_PriceIntegratedMode
- Service_StandaloneCatalogue
- Service_StandalonePricing
- Hotel_MultiSingleAvailability
- Hotel_DescriptiveInfo
- Hotel_EnhancedPricing
Expand Down
2 changes: 1 addition & 1 deletion src/Amadeus/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Client extends Base
*
* @var string
*/
const VERSION = "1.4.0-dev";
const VERSION = "1.4.0";

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

0 comments on commit 9fb1c64

Please sign in to comment.