From 75ef360ab6c7088798b3eb6669b7890a6b82c7fd Mon Sep 17 00:00:00 2001 From: Anna Tsolakou Date: Wed, 19 Feb 2025 10:20:44 +0100 Subject: [PATCH] release 11.1.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a78ae0f..db87305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! diff --git a/package.json b/package.json index 064f8b0..1f24178 100644 --- a/package.json +++ b/package.json @@ -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": {