diff --git a/CHANGELOG b/CHANGELOG
index f0f08a6..4106e02 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
CHANGELOG
=========
+0.8.0
+------
+
+* Allow the build directory to be overridden
+* Upgrade maven-compiler-plugin to 3.5.1
+* Clean up Jacoco configuration
+* Exclude Integration Tests from Jacoco (classes ending in *IT)
+
0.7.1
------
diff --git a/pom.xml b/pom.xml
index 7e96249..884c5de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
net.kemitix
kemitix-parent
- 0.8.0-SNAPSHOT
+ 0.9.0-SNAPSHOT
pom
Kemitix Parent