Skip to content

Commit

Permalink
Merge pull request #223 from amadeus4dev/release11
Browse files Browse the repository at this point in the history
Release 11.0.0
  • Loading branch information
tsolakoua authored Oct 14, 2024
2 parents 2afc8dd + b2ffd90 commit 2845fca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2845fca

Please sign in to comment.