diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6e5bf4e..c17472db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
# Changelog
+## 5.2.0-2020-06-11
+Add AircraftCabinAmenities to the SeatMap resource
+
## 5.1.0-2020-06-11
Add support for the [Safe Place API](https://developers.amadeus.com/self-service/category/destination-content/api-doc/safe-place-api)
diff --git a/README.md b/README.md
index a32e4e03..0b3ca689 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 72893cf8..1e08236d 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.1.0"); + assertEquals("should have a version number", Amadeus.VERSION, "5.2.0"); } }