From cbf7b435a5fb33eba05c7ad1b8e2fc87c9834fc8 Mon Sep 17 00:00:00 2001 From: MinjiK Date: Thu, 30 Jun 2022 14:49:39 +0200 Subject: [PATCH 1/4] Update README.md update the version in the installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). From f1e9bda731378928bd5b3e481a29141a59ab2c31 Mon Sep 17 00:00:00 2001 From: MinjiK Date: Thu, 30 Jun 2022 14:50:32 +0200 Subject: [PATCH 2/4] Update Amadeus.php update the version to 0.1.1 --- src/Amadeus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; From d06bdd30dc6209852f25c20b30936f9992dd92e1 Mon Sep 17 00:00:00 2001 From: MinjiK Date: Thu, 30 Jun 2022 14:52:09 +0200 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc4c7de..65267b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # 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: From 791281411d10e75a9ca107c631b523768834d003 Mon Sep 17 00:00:00 2001 From: MinjiK Date: Thu, 30 Jun 2022 15:01:07 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65267b3..a216854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ 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: