diff --git a/CHANGELOG.md b/CHANGELOG.md index 085418d..b6eda77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 8.0.0 - 2023-01-30 +Decommissioned Travel Restrictions API v1 + +Decommissioned Hotel Search API v2 + +Fixed [#174](https://github.com/amadeus4dev/amadeus-node/issues/174) SDK reference documentation is back + +Fixed [#183](https://github.com/amadeus4dev/amadeus-node/issues/183) Update comparisons in condition statements + +Minor updates in How to Release in contribution guide + ## 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) diff --git a/package.json b/package.json index 1b1ccb3..6ba7ca2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amadeus", - "version": "7.1.0", + "version": "8.0.0", "description": "Node library for the Amadeus travel APIs", "main": "lib/amadeus.js", "scripts": {