diff --git a/CHANGELOG.md b/CHANGELOG.md
index c9a601b3..00759294 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+
+# [0.8.0](https://github.com/linz/topo-processor/compare/v0.7.0...v0.8.0) (2022-06-14)
+
+
+### Bug Fixes
+
+* commit VERSION and pyproject.toml files ([#979](https://github.com/linz/topo-processor/issues/979)) ([cf64255](https://github.com/linz/topo-processor/commit/cf64255))
+* TDE-387 fail on missing survey name ([#993](https://github.com/linz/topo-processor/issues/993)) ([98bc278](https://github.com/linz/topo-processor/commit/98bc278))
+* TDE-392 stop processing when an image transform fails ([#1013](https://github.com/linz/topo-processor/issues/1013)) ([3d571b7](https://github.com/linz/topo-processor/commit/3d571b7))
+
+
+### Features
+
+* invoke geostore lambda functions (TDE-331) ([#714](https://github.com/linz/topo-processor/issues/714)) ([52934d7](https://github.com/linz/topo-processor/commit/52934d7))
+
+
+
# [0.7.0](https://github.com/linz/topo-processor/compare/v0.6.0...v0.7.0) (2022-05-30)
diff --git a/VERSION b/VERSION
index 268b0334..b19b5211 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.3.0
+v0.8.0
diff --git a/package.json b/package.json
index e5e87a7b..6d6d492c 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"aws-cdk": "2.25.0",
"conventional-github-releaser": "^3.1.5"
},
- "version": "0.7.0",
+ "version": "0.8.0",
"scripts": {
"build": "tsc",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
diff --git a/pyproject.toml b/pyproject.toml
index 0e551af8..bc8a98cd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "topo-processor"
-version = "0.3.0"
+version = "0.8.0"
description = ""
authors = ["Blayne Chard ", "Paul Fouquet ", "Megan Davidson "]