Skip to content

Commit

Permalink
Merge pull request #90 from xianqiliu/release/0.3.0
Browse files Browse the repository at this point in the history
prepare to release version 0.3.0
  • Loading branch information
minjikarin authored Aug 8, 2022
2 parents beedfb8 + 0fe8033 commit f7249b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog
## 0.3.0 - 2022-08-05

Add support for the [Travel Recommendations API](https://developers.amadeus.com/self-service/category/trip/api-doc/travel-recommendations/api-reference)

Add support for the [Airport On-Time Performance API](https://developers.amadeus.com/self-service/category/air/api-doc/airport-on-time-performance/api-reference)

Fix security vulnerabilities and reduce code smells based on the analysis result from Sonar Cloud.

Fix and improve documents including README.md, CONTRIBUTING.md, and composer.json.

Standardize code comments.

Generate [Amadeus PHP SDK Docs](https://github.com/amadeus4dev/amadeus-php)

## 0.2.0 - 2022-07-21

Add support for the [Flight Cheapest Dates Search API](https://developers.amadeus.com/self-service/category/air/api-doc/flight-cheapest-date-search/api-reference)
Expand Down
2 changes: 1 addition & 1 deletion src/Amadeus.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Amadeus
/**
* The SDK version.
*/
public const VERSION = "0.2.0";
public const VERSION = "0.3.0";

private Configuration $configuration;

Expand Down

0 comments on commit f7249b5

Please sign in to comment.