Updated the change files and made a new version.

Change-Id: I288b24e46a864e7b68a2f92cf7c72ce6ef8ef96f
diff --git a/core/Changes b/core/Changes
index ab04e26..7125e48 100644
--- a/core/Changes
+++ b/core/Changes
@@ -1,10 +1,11 @@
+# version 0.64
+2021-07-29
+- Updated the change files and made a new version.
+
 # version 0.63.2
 2021-06-11
  - Updated OAuth2 token length & secure random algorithm config.
  - Added character set filter to random code generator, e.g. for client_id.
-# version 0.63.1
-2021-03-25
- - Updated Koral version for InfoController.
 2021-07-22
  - Updated cache settings and some loggings.
 2021-07-26
@@ -12,6 +13,10 @@
    database.
  - Moved cache config to the full config. 
 
+# version 0.63.1
+2021-03-25
+ - Updated Koral version for InfoController.
+
 # version 0.63
 14/01/2021
    - Updated Flyway (margaretha)
diff --git a/core/pom.xml b/core/pom.xml
index 12b7602..afdc5ed 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.ids_mannheim.korap</groupId>
 	<artifactId>Kustvakt-core</artifactId>
-	<version>0.63.2</version>
+	<version>0.64</version>
 
 	<properties>
 		<java.version>1.8</java.version>
diff --git a/full/Changes b/full/Changes
index aef02a3..05e07ff 100644
--- a/full/Changes
+++ b/full/Changes
@@ -1,3 +1,7 @@
+# version 0.64
+2021-07-29
+- Updated the change files and made a new version.
+
 # version 0.63.2
 2021-06-11
  - Updated OAuth2 token length & secure random algorithm config.
@@ -11,6 +15,7 @@
 2021-07-26
  - Replaced annotation parsing with restoring the annotation tables to the
    database.
+ - Moved cache config to the full config. 
    
 # version 0.63.1
 2021-02-22
diff --git a/full/pom.xml b/full/pom.xml
index f6bb283..0512a90 100644
--- a/full/pom.xml
+++ b/full/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.ids_mannheim.korap</groupId>
 	<artifactId>Kustvakt-full</artifactId>
-	<version>0.63.2</version>
+	<version>0.64</version>
 	<properties>
 		<java.version>1.8</java.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -149,12 +149,12 @@
 		<dependency>
 			<groupId>de.ids_mannheim.korap</groupId>
 			<artifactId>Kustvakt-core</artifactId>
-			<version>[0.63.2,)</version>
+			<version>[0.64,)</version>
 		</dependency>
 		<dependency>
 			<groupId>de.ids_mannheim.korap</groupId>
 			<artifactId>Kustvakt-core</artifactId>
-			<version>[0.63.2,)</version>
+			<version>[0.64,)</version>
 			<classifier>tests</classifier>
       		<type>test-jar</type>
       		<scope>test</scope>
diff --git a/lite/Changes b/lite/Changes
index dc10e4d..1d6bbba 100644
--- a/lite/Changes
+++ b/lite/Changes
@@ -1,3 +1,15 @@
+# version 0.64
+2021-07-29
+- Updated the change files and made a new version.
+
+# version 0.63.2
+2021-07-19
+ - Updated mockserver dependency-order in pom.
+2021-07-26
+ - Replaced annotation parsing with restoring the annotation tables to the
+   database.
+ - Excluded jackson core libraries from Mockserver. 
+
 # version 0.63
 04/12/2020
   - Fix hibernate dialect for SQLite. (margaretha)
@@ -7,12 +19,6 @@
    - Fixed running pipe and updated tests with mockserver (margaretha)
 19/02/2021
    - Enabled API info web-service (margaretha)    
-2021-07-19
- - Fixed mockserver dependency-order in pom
-2021-07-26
- - Replaced annotation parsing with restoring the annotation tables to the
-   database.
- - Excluded jackson core libraries from Mockserver. 
   
 # version 0.62.4
 24/01/2020
diff --git a/lite/pom.xml b/lite/pom.xml
index 693e203..b90763c 100644
--- a/lite/pom.xml
+++ b/lite/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.ids_mannheim.korap</groupId>
 	<artifactId>Kustvakt-lite</artifactId>
-	<version>0.63.2</version>
+	<version>0.64</version>
 	<properties>
 		<java.version>1.8</java.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -149,12 +149,12 @@
 		<dependency>
 			<groupId>de.ids_mannheim.korap</groupId>
 			<artifactId>Kustvakt-core</artifactId>
-			<version>[0.63.2,)</version>
+			<version>[0.64,)</version>
 		</dependency>
 		<dependency>
 			<groupId>de.ids_mannheim.korap</groupId>
 			<artifactId>Kustvakt-core</artifactId>
-			<version>[0.63.2,)</version>
+			<version>[0.64,)</version>
 			<classifier>tests</classifier>
       		<type>test-jar</type>
       		<scope>test</scope>