We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2afc8dd + b2ffd90 commit 2845fcaCopy full SHA for 2845fca
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## 11.0.0 - 2024-10-14
3
+Decommissioned Trip Parser API
4
+
5
+JSON body is now stringified before sent to the POST API calls. Thanks to [Mohammed Alsammarrai](https://github.com/Darseen) for his contribution!
6
7
## 10.1.0 - 2024-06-24
8
Add support for the [Hotel Booking API v2](https://developers.amadeus.com/self-service/category/hotels/api-doc/hotel-booking)
9
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": {
0 commit comments