Skip to content

Commit d36e832

Browse files
authored
Merge pull request #151 from amadeus4dev/release-6.0.0
Release 6.0.0
2 parents 80e4367 + d6f5c02 commit d36e832

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Changelog
22
=========
3+
6.0.0 - 2022-05-23
4+
--------------------
5+
Add support for `Hotel List API <https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-list/api-reference>`_
6+
7+
Add support for `Hotel Search v3 <https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-search/api-reference>`_
8+
9+
Add support for the X-HTTP-Method-Override header
10+
11+
Remove the AI-Generated Photos API
12+
313
5.3.1 - 2022-02-24
414
--------------------
515
Update release workflow
@@ -99,7 +109,7 @@ Add self-containing executable examples for the existing supported endpoints.
99109

100110
3.3.0 - 2019-12-04
101111
--------------------
102-
Add support for the `AI-Generated Photos <https://developers.amadeus.com/self-service/category/trip/api-doc/ai-generated-photos>`_
112+
Add support for the `AI-Generated Photos`
103113

104114
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.
105115

amadeus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (5, 3, 1)
1+
version_info = (6, 0, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)