Skip to content

Commit c4f00ea

Browse files
authored
Merge pull request #227 from amadeus4dev/release11.1.0
Release 11.1.0
2 parents d4effad + 75ef360 commit c4f00ea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
2+
## 11.1.0 - 2025-02-19
3+
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!
4+
25
## 11.0.0 - 2024-10-14
3-
Decommissioned Trip Parser API
6+
Decommissioned Trip Parser API
47

58
JSON body is now stringified before sent to the POST API calls. Thanks to [Mohammed Alsammarrai](https://github.com/Darseen) for his contribution!
69

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amadeus",
3-
"version": "11.0.0",
3+
"version": "11.1.0",
44
"description": "Node library for the Amadeus travel APIs",
55
"main": "lib/amadeus.js",
66
"scripts": {

0 commit comments

Comments
 (0)