Skip to content

Commit

Permalink
Release 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
therealartz committed Nov 4, 2024
1 parent 4e509f9 commit 7c1aff7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Unreleased

## Release 2.2 (4 Nov 2024)
* Implemented ``Service_BookPriceProduct``
* Implemented ``Fare_TLAGetFareRules``
* Added Dockerfile/Makefile for easier development
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Once the client is installed, read the [About & Get Started](docs/about-get-

# Release history

The current release is version 2.1.0.
The current release is version 2.2.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 @@ -57,7 +57,7 @@ class Client extends Base
*
* @var string
*/
const VERSION = "2.1.0";
const VERSION = "2.2.0";

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

0 comments on commit 7c1aff7

Please sign in to comment.