Skip to content

Commit

Permalink
Merge pull request #23 from minjikarin/minjikarin-patch-1
Browse files Browse the repository at this point in the history
0.1.1
  • Loading branch information
minjikarin authored Jun 30, 2022
2 parents 4e73bcb + 7912814 commit 59046dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
[Discord](https://discord.gg/cVrFBqx).
2 changes: 1 addition & 1 deletion src/Amadeus.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Amadeus
/**
* The SDK version.
*/
public const VERSION = "0.1.0";
public const VERSION = "0.1.1";

private Configuration $configuration;

Expand Down

0 comments on commit 59046dd

Please sign in to comment.