diff --git a/CHANGELOG.md b/CHANGELOG.md
index 132f148a4..5f93e8618 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+
+
+## 2.3.1 (2023-03-14)
+
+### Added
+
+- 📈 Include pollId when capturing events ([#555](https://github.com/lukevella/Rallly/issues/555)) [[d14a88e](https://github.com/lukevella/Rallly/commit/d14a88e9ebcf825769dfe97968e3b25479b1f931)]
+
+### Miscellaneous
+
+- 🌐 Update translations ([#554](https://github.com/lukevella/Rallly/issues/554)) [[b06341a](https://github.com/lukevella/Rallly/commit/b06341a9de660cdc0bd3c76d499d0370db78d511)]
+- 🔓 Allow SMTP server to be configured without auth ([#556](https://github.com/lukevella/Rallly/issues/556)) [[c6e68c4](https://github.com/lukevella/Rallly/commit/c6e68c407c50c96ad9b8d1461cd7468cfa3c6192)]
+
## 2.3.0 (2023-03-13)
diff --git a/package.json b/package.json
index 2e233b17d..dfda37f53 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "rallly",
"private": true,
- "version": "2.3.0",
+ "version": "2.3.1",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",