Skip to content

Commit 1b01364

Browse files
authored
Merge pull request #149 from amadeus4dev/Release-version-6.0.0
Release version 6.0.0
2 parents bcbd08c + d58cc95 commit 1b01364

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog
2+
3+
## 6.0.0 - 2022-05-20
4+
Decommission AI-Generated Photos API
5+
6+
Fix the initialization of client without parameters
7+
8+
Add X-HTTP-Method-Override in HTTP headers for 6 endpoints
9+
10+
Add support for the [Airport Routes API](https://developers.amadeus.com/self-service/category/air/api-doc/airport-routes/api-reference)
11+
12+
Add support for the [Travel Restrictions API](https://developers.amadeus.com/self-service/category/covid-19-and-travel-safety/api-doc/travel-restrictions/api-reference)
13+
14+
Add support for the [Hotel Search API V3](https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-search/api-reference)
15+
16+
Add support for the [Hotel List API](https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-list/api-reference)
17+
218
## 5.7.1 - 2021-11-30
319
Migrate to Github Actions
420

@@ -69,7 +85,7 @@ Add support for the [Flight Offers Search](https://developers.amadeus.com/self-s
6985

7086
> The Flight Offers Search API is a flight search API that returns cheap flights between two airports for a given number of passengers and for a given date or date range. The API returns airline name, price and fare details, as well as additional information like baggage allowance, prices for additional baggage and departure terminal.
7187
72-
Add support for the A[I-Generated Photos](https://developers.amadeus.com/self-service/category/trip/api-doc/ai-generated-photos)
88+
Add support for the AI-Generated Photos
7389

7490
> The AI-Generated Photos API returns a link to download a rendered image of a landscape. The image size is 512x512 pixels and the currently available image categories are BEACH and MOUNTAIN. The link to download the AI-generated picture is valid for 24 hours. This API is an experimental project created by the Amadeus AI Lab using the Nvidia StyleGAN framework. This API is free to use and we welcome any feedback you may have about improvements.
7591

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amadeus",
3-
"version": "5.7.1",
3+
"version": "6.0.0",
44
"description": "Node library for the Amadeus travel APIs",
55
"main": "lib/amadeus.js",
66
"scripts": {
@@ -46,7 +46,11 @@
4646
"cbetta",
4747
"Anthony Roux",
4848
"Alvaro Navarro",
49-
"Akshit Singla"
49+
"Akshit Singla",
50+
"Anna Tsolakou",
51+
"Minji Kim",
52+
"Gustavo Giunco Bertoldi"
53+
5054
],
5155
"devDependencies": {
5256
"@babel/cli": "^7.4.4",

0 commit comments

Comments
 (0)