diff --git a/CHANGELOG.md b/CHANGELOG.md index cc4c7de..a216854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Changelog -0.1.0 - 2022-06-29 --------------------- +## 0.1.1 - 2022-06-30 + +No update, the purpose of releasing this version is to test the release process. + + +## 0.1.0 - 2022-06-29 The 0.1.0 version of the Amadeus for Developers PHP SDK: diff --git a/README.md b/README.md index f843f7f..7e0df6e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Amadeus provides a rich set of APIs for the travel industry. For more details, c This library requires PHP 7.4+. You can install the SDK via Composer ``` -composer require amadeus4dev/amadeus-php:0.1.0 +composer require amadeus4dev/amadeus-php:0.1.1 ``` ## Getting Started @@ -246,4 +246,4 @@ This library is released under the [MIT License](LICENSE). ## Help You can find us on [StackOverflow](https://stackoverflow.com/questions/tagged/amadeus) or join our developer community on -[Discord](https://discord.gg/cVrFBqx). \ No newline at end of file +[Discord](https://discord.gg/cVrFBqx). diff --git a/src/Amadeus.php b/src/Amadeus.php index 2d63aa3..f9b31f7 100644 --- a/src/Amadeus.php +++ b/src/Amadeus.php @@ -22,7 +22,7 @@ class Amadeus /** * The SDK version. */ - public const VERSION = "0.1.0"; + public const VERSION = "0.1.1"; private Configuration $configuration;