Skip to content

Commit 9076f5f

Browse files
committed
Prepare release v4.0.0
1 parent 42bc794 commit 9076f5f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## 4.0.0 - 2020-02-12
3+
Release of the [Hotel Booking API](https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-booking)
4+
5+
> The Amadeus Hotel Booking API lets you complete bookings at over 150,000 hotels and accommodations around the world. To complete bookings, you must first use the Amadeus Hotel Search API to search for hotel deals, select the desired offer and confirm the final price and availability. You can then use the Hotel Booking API to complete the reservation by providing an offer id, guest information and payment information.
6+
7+
Decommissioning of the `Flight Most Searched Destination API`
8+
29
## 3.3.0 - 2019-11-12
310
Release of the [Hotel Ratings](https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-ratings)
411

lib/amadeus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Amadeus
44
# The current client version
5-
VERSION = '3.3.0'.freeze
5+
VERSION = '4.0.0'.freeze
66
end

0 commit comments

Comments
 (0)