diff --git a/CHANGELOG.md b/CHANGELOG.md index 99262e5..a78ae0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## 11.0.0 - 2024-10-14 +Decommissioned Trip Parser API + +JSON body is now stringified before sent to the POST API calls. Thanks to [Mohammed Alsammarrai](https://github.com/Darseen) for his contribution! + ## 10.1.0 - 2024-06-24 Add support for the [Hotel Booking API v2](https://developers.amadeus.com/self-service/category/hotels/api-doc/hotel-booking) diff --git a/package.json b/package.json index f8dbd67..064f8b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amadeus", - "version": "10.1.0", + "version": "11.0.0", "description": "Node library for the Amadeus travel APIs", "main": "lib/amadeus.js", "scripts": {