diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcfa9926..ab9e4329 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
# Changelog
+5.7.1 - 2021-03-09
+--------------------
+Add media and available seats counter to the SeatMap resource
+
5.6.1 - 2021-02-08
--------------------
Fix unwanted exception on `DELETE` method of Flight Order Management API
diff --git a/README.md b/README.md
index fd9508fc..bd5017cf 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 0878d4c2..d955abeb 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.6.1"); + assertEquals("should have a version number", Amadeus.VERSION, "5.7.1"); } }