diff --git a/CHANGELOG.md b/CHANGELOG.md
index c17472db..2b95c648 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
# Changelog
+## 5.3.0-2020-08-06
+Add support for the [Travel Recommendations API](https://developers.amadeus.com/self-service/category/trip/api-doc/travel-recommendations)
+
+Moved the code examples directory to a dedicated [code examples repository](https://github.com/amadeus4dev/amadeus-code-examples)
+
## 5.2.0-2020-06-11
Add AircraftCabinAmenities to the SeatMap resource
diff --git a/README.md b/README.md
index 12f9cbb7..07535ce6 100644
--- a/README.md
+++ b/README.md
@@ -15,12 +15,12 @@ This library requires Java 1.7+ and the [Gson library](https://github.com/google
diff --git a/src/test/java/com/amadeus/AmadeusTest.java b/src/test/java/com/amadeus/AmadeusTest.java index 1e08236d..f9e1d2c2 100644 --- a/src/test/java/com/amadeus/AmadeusTest.java +++ b/src/test/java/com/amadeus/AmadeusTest.java @@ -52,7 +52,7 @@ public void testBuilderWithInvalidEnvironment() { }*/ @Test public void testVersion() { - assertEquals("should have a version number", Amadeus.VERSION, "5.2.0"); + assertEquals("should have a version number", Amadeus.VERSION, "5.3.0"); } }