Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
## 11.1.0 - 2025-02-19
GET request parameters now support arrays of strings without manual conversion to comma-separated lists. Big thanks to [Gianpiero Puleo](https://github.com/gpembark) for his contribution!

## 11.0.0 - 2024-10-14
Decommissioned Trip Parser API
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!

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": "11.0.0",
"version": "11.1.0",
"description": "Node library for the Amadeus travel APIs",
"main": "lib/amadeus.js",
"scripts": {
Expand Down