Skip to content

Commit 5679fe5

Browse files
committed
Prepare release v3.3.0
1 parent be97553 commit 5679fe5

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ vendor
1212
*.gem
1313
doc
1414
.DS_Store
15-
15+
.vscode/
1616
# rspec failure tracking
1717
.rspec_status

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
2+
## 3.3.0 - 2019-11-12
3+
Release of the [Hotel Ratings](https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-ratings)
4+
5+
> The Hotel Ratings API uses a sentiment analysis algorithm to return an overall rating for a hotel as well as ratings for different criteria like location, comfort, service, staff, internet, food, facilities, pool or sleep quality. The ratings are on a scale of 0 to 100. The API is used to provide valuable content during the hotel search and shopping experience and permits hotel results to sorted by overall ratings or category ratings.
6+
27
## 3.2.0 - 2019-05-08
38
Release of the [Flight Choice Prediction API](https://developers.amadeus.com/self-service/category/air/api-doc/flight-choice-prediction)
49

510
> The Flight Choice Prediction API allows developers to forecast traveler choices in the context of search & shopping. Exposing machine learning & AI services for travel, this API consumes the output of the Flight Low-fare Search API and returns augmented content with probabilities of choices for each flight offers.
11+
612
## 3.1.0 - 2019-03-25
713
Release of the [Point of Interest API](https://developers.amadeus.com/self-service/category/210/api-doc/55)
814

@@ -51,7 +57,7 @@ Release of the [Point of Interest API](https://developers.amadeus.com/self-servi
5157

5258
## 1.1.0 - 2018-08-01
5359

54-
New version of the ruby gem to support our 3 new endpoints:
60+
New version of the ruby gem to support our 3 new endpoints:
5561

5662
* [Flight Most Booked Destinations](https://developers.amadeus.com/self-service/category/203/api-doc/27)
5763

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.2.0'.freeze
5+
VERSION = '3.3.0'.freeze
66
end

0 commit comments

Comments
 (0)