diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c7d71..085418d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 7.1.0 - 2022-11-08 +Add support for [Travel Restrictions API v2](https://developers.amadeus.com/self-service/category/covid-19-and-travel-safety/api-doc/travel-restrictions/api-reference) + +Fix pagination issue + +Add [SonarCloud](https://sonarcloud.io/) support + ## 7.0.0 - 2022-07-19 Decommission Trip Parser API v2 diff --git a/package.json b/package.json index 5562574..1b1ccb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amadeus", - "version": "7.0.0", + "version": "7.1.0", "description": "Node library for the Amadeus travel APIs", "main": "lib/amadeus.js", "scripts": {