Skip to content

Commit

Permalink
Merge pull request #151 from amadeus4dev/release-6.0.0
Browse files Browse the repository at this point in the history
Release 6.0.0
  • Loading branch information
tsolakoua authored May 23, 2022
2 parents 80e4367 + d6f5c02 commit d36e832
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Changelog
=========
6.0.0 - 2022-05-23
--------------------
Add support for `Hotel List API <https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-list/api-reference>`_

Add support for `Hotel Search v3 <https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-search/api-reference>`_

Add support for the X-HTTP-Method-Override header

Remove the AI-Generated Photos API

5.3.1 - 2022-02-24
--------------------
Update release workflow
Expand Down Expand Up @@ -99,7 +109,7 @@ Add self-containing executable examples for the existing supported endpoints.

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

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.

Expand Down
2 changes: 1 addition & 1 deletion amadeus/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (5, 3, 1)
version_info = (6, 0, 0)
version = '.'.join(str(v) for v in version_info)

0 comments on commit d36e832

Please sign in to comment.