Skip to content

Commit 3bbd64c

Browse files
authored
Merge pull request #189 from amadeus4dev/release-v8.0.0
Release version 8.0.0
2 parents f75d403 + 740ca35 commit 3bbd64c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 8.0.0 - 2023-01-30
4+
Decommissioned Travel Restrictions API v1
5+
6+
Decommissioned Hotel Search API v2
7+
8+
Fixed [#174](https://github.com/amadeus4dev/amadeus-node/issues/174) SDK reference documentation is back
9+
10+
Fixed [#183](https://github.com/amadeus4dev/amadeus-node/issues/183) Update comparisons in condition statements
11+
12+
Minor updates in How to Release in contribution guide
13+
314
## 7.1.0 - 2022-11-08
415
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)
516

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": "7.1.0",
3+
"version": "8.0.0",
44
"description": "Node library for the Amadeus travel APIs",
55
"main": "lib/amadeus.js",
66
"scripts": {

0 commit comments

Comments
 (0)