From cd8cf83835138904bc6a3c39f8f409d56e1e38d3 Mon Sep 17 00:00:00 2001 From: Anthony Roux Date: Thu, 14 May 2020 21:01:46 +0200 Subject: [PATCH] Prepare release v5.0.0 --- CHANGELOG.md | 7 +++++++ lib/amadeus/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9ebb2d..95c3ace8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## 5.0.0 - 2020-05-14 +Release of the Flight Offers Search API. + +Add support for the Flight Choice Prediction v2. + +Decommission of the Flight Low-fare Search and Flight Choice Prediction v1. + ## 4.0.0 - 2020-02-12 Release of the [Hotel Booking API](https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-booking) diff --git a/lib/amadeus/version.rb b/lib/amadeus/version.rb index bdb9ccac..80e22200 100644 --- a/lib/amadeus/version.rb +++ b/lib/amadeus/version.rb @@ -2,5 +2,5 @@ module Amadeus # The current client version - VERSION = '4.0.0' + VERSION = '5.0.0' end