From 545b2b4a3de190e9ef4066be560e407b245a6d09 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Mon, 6 Mar 2023 09:55:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=202.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f5ae394ac..3c88849f041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,12 @@ # Changelog - + -## 2.2.0 (2023-03-06) - -In this release, participants can now enter their email address to receive an edit link. This allows participants to edit their response from multiple devices without being tied to a single guest session and without having to register or log in. +## 2.2.1 (2023-03-06) ### Added +- 👷‍♂️ Fix docker image build workflow [[c31c5ab](https://github.com/lukevella/Rallly/commit/c31c5abe769231378d9ba72a189e43ea166958e6)] - ✨ Allow participant to enter email to receive edit link ([#534](https://github.com/lukevella/Rallly/issues/534)) [[0ac3c95](https://github.com/lukevella/Rallly/commit/0ac3c95755f9eda53b5af09259b710f6f231910e)] - ✨ Updated workflow for adding and updating participants ([#500](https://github.com/lukevella/Rallly/issues/500)) [[5d7db84](https://github.com/lukevella/Rallly/commit/5d7db848b81996ba98763979fe0bd7e13997e29b)] diff --git a/package.json b/package.json index 858ea643526..d9ae83b1f11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rallly", "private": true, - "version": "2.2.0", + "version": "2.2.1", "scripts": { "dev": "turbo dev", "build": "turbo build",