Skip to content

Commit

Permalink
Merge pull request #158 from amadeus4dev/release-7.0.0
Browse files Browse the repository at this point in the history
Release version 7.0.0
  • Loading branch information
tsolakoua authored Jul 19, 2022
2 parents 61ade55 + 03ecc27 commit 29b1bbb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 7.0.0 - 2022-07-19
Decommission Trip Parser API v2

Update versions of dependencies
- @babel/cli from ^7.4.4 to ^7.18.6
- @babel/core from ^7.4.5 to ^7.18.6
- @babel/preset-env from ^7.4.5 to ^7.18.6
- babel-plugin-add-module-exports from ^0.2.1 to ^1.0.4
- documentation from ^11.0.0 to ^13.2.5
- bluebird from ^3.5.1 to ^3.7.2
- qs from ^6.9.1 to ^6.11.0

Add support for the [City Search API](https://developers.amadeus.com/self-service/category/trip/api-doc/city-search/api-reference)

Add support for the [Hotel Name Autocomplete API](https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-name-autocomplete/api-reference)

Add support for the [Airline Routes API](https://developers.amadeus.com/self-service/category/air/api-doc/airline-routes/api-reference)

Add support for the [Trip Parser API v3](https://developers.amadeus.com/self-service/category/trip/api-doc/trip-parser/api-reference)

## 6.0.0 - 2022-05-20
Decommission AI-Generated Photos API

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amadeus",
"version": "6.0.0",
"version": "7.0.0",
"description": "Node library for the Amadeus travel APIs",
"main": "lib/amadeus.js",
"scripts": {
Expand Down

0 comments on commit 29b1bbb

Please sign in to comment.