From e0b9e1f797b4d32770e13967d8f556c463fdb09d Mon Sep 17 00:00:00 2001
From: Alessio Placitelli <alessio.placitelli@gmail.com>
Date: Wed, 13 Jan 2021 18:50:47 +0100
Subject: [PATCH] Bumped version to 0.7.1

---
 CHANGELOG.md      | 6 +++++-
 manifest.json     | 2 +-
 package-lock.json | 2 +-
 package.json      | 2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16b1333d..15c55873 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
 # Unreleased changes
 
-[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v0.7.0...master)
+[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v0.7.1...master)
+
+# v0.7.1 (2021-01-13)
+
+[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v0.7.0...v0.7.1)
 
 * Core-Addon
   * [#299](https://github.com/mozilla-rally/core-addon/pull/299): Change the link to the sample Rally demo addon.
diff --git a/manifest.json b/manifest.json
index 839e83f3..11fc72c8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,7 +3,7 @@
   "author": "Mozilla",
   "manifest_version": 2,
   "name": "Rally Core",
-  "version": "0.7.0",
+  "version": "0.7.1",
   "homepage_url": "https://github.com/mozilla-extensions/pioneer-v2-core-example",
 
   "applications": {
diff --git a/package-lock.json b/package-lock.json
index 42652b7e..44ac9933 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "rally_core",
-  "version": "0.7.0",
+  "version": "0.7.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index e15ee65a..998aa1a4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "rally_core",
-  "version": "0.7.0",
+  "version": "0.7.1",
   "scripts": {
     "build": "rollup -c && rollup -c rollup.config.addon.js --config-study-list-url=/public/locally-available-studies.json && web-ext build --overwrite-dest && mv web-ext-artifacts/*.zip web-ext-artifacts/rally_core.xpi",
     "dev": "rollup -c -w",