diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9003c929e81a2c1ab4d4e1e1676ecd6dfc3e7d41..05ff530b929ebdbe8109cb195ee0ec47af711e12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# [3.1.0](https://gitlab.com/to-be-continuous/puppeteer/compare/3.0.0...3.1.0) (2022-10-04)
+
+
+### Features
+
+* change default image ([a8a9e96](https://gitlab.com/to-be-continuous/puppeteer/commit/a8a9e96767eb054a2094f0738ad4df3c64761055))
+* normalize reports ([179f97d](https://gitlab.com/to-be-continuous/puppeteer/commit/179f97dbec10e5a1c030f051b4f501f7c89185f3))
+
 # [3.0.0](https://gitlab.com/to-be-continuous/puppeteer/compare/2.1.0...3.0.0) (2022-08-05)
 
 
diff --git a/README.md b/README.md
index c31aed931ec0513a6c0f96b59e224466f5e042e5..546723d247f2b54c48ef4496f7297734f02651ff 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/puppeteer'
-    ref: '3.0.0'
+    ref: '3.1.0'
     file: '/templates/gitlab-ci-puppeteer.yml'
 
 # Pipeline steps
diff --git a/templates/gitlab-ci-puppeteer.yml b/templates/gitlab-ci-puppeteer.yml
index dc33e16df07b3db05a2a5296dfc4b71826155250..903465e62ae9b81028a8a0d28bbcdc8d0dcd0de4 100644
--- a/templates/gitlab-ci-puppeteer.yml
+++ b/templates/gitlab-ci-puppeteer.yml
@@ -230,7 +230,7 @@ puppeteer:
       - $PUPPETEER_PROJECT_DIR/.npm/
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "puppeteer", "3.0.0"]
+      command: ["--service", "puppeteer", "3.1.0"]
   stage: acceptance
   before_script:
     - *puppeteer-scripts