Skip to content

Commit

Permalink
🔖 Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella committed Mar 6, 2023
1 parent c31c5ab commit 545b2b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Changelog

<a name="2.2.0"></a>
<a name="2.2.1"></a>

## 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)]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rallly",
"private": true,
"version": "2.2.0",
"version": "2.2.1",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
Expand Down

0 comments on commit 545b2b4

Please sign in to comment.