We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e933b commit cd8cf83Copy full SHA for cd8cf83
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# Changelog
2
+## 5.0.0 - 2020-05-14
3
+Release of the Flight Offers Search API.
4
+
5
+Add support for the Flight Choice Prediction v2.
6
7
+Decommission of the Flight Low-fare Search and Flight Choice Prediction v1.
8
9
## 4.0.0 - 2020-02-12
10
Release of the [Hotel Booking API](https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-booking)
11
lib/amadeus/version.rb
@@ -2,5 +2,5 @@
module Amadeus
# The current client version
- VERSION = '4.0.0'
+ VERSION = '5.0.0'
end
0 commit comments