From 3edc39438aa06e7abe04fbf7d0e655a695fafe05 Mon Sep 17 00:00:00 2001 From: Alvaro Navarro Date: Wed, 11 Nov 2020 14:08:48 +0100 Subject: [PATCH] Release version 5.5.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b61f41..027aeba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.5.0 - 2020-11-11 +Add support for the [Flight Price Analysis API](https://developers.amadeus.com/self-service/category/air/api-doc/flight-price-analysis/api-reference) + ## 5.4.0 - 2020-10-01 Add support for the [Tours and Activities API](https://developers.amadeus.com/self-service/category/destination-content/api-doc/tours-and-activities/api-reference) diff --git a/package.json b/package.json index b29242f..3c93e52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amadeus", - "version": "5.4.0", + "version": "5.5.0", "description": "Node library for the Amadeus travel APIs", "main": "lib/amadeus.js", "scripts": {