Skip to content

Commit b4dfb1d

Browse files
author
akshitsingla
committed
Releasing v5.0.0
1 parent bbb4fe1 commit b4dfb1d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## 5.0.0 - 2020-05-21
3+
Adding support for [POI API](https://developers.amadeus.com/self-service/category/destination-content/api-doc/points-of-interest/api-reference)'s retrieve endpoint
4+
5+
Decommission LFS API
6+
7+
Update [Flight Choice Prediction v2](https://developers.amadeus.com/self-service/category/air/api-doc/flight-choice-prediction/api-reference)
8+
> The input of Flight Choice Prediction v2 is the result of Flight Offers Search API - in v1 the input was the result of Flight Low-Fare Search
9+
210
## 4.0.0 - 2020-03-25
311
Add support for the [Flight Offers Price API](https://developers.amadeus.com/self-service/category/air/api-doc/flight-offers-price)
412

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amadeus",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Node library for the Amadeus travel APIs",
55
"main": "lib/amadeus.js",
66
"scripts": {

0 commit comments

Comments
 (0)