diff --git a/CHANGELOG.md b/CHANGELOG.md index fb04f837..2bde0d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 1.14.0 (2026-05-11) + +### Features ✨ + +- feat: improve google oauth error logs ([#565](https://github.com/String-sg/onward/pull/565)) ([0a8ce0f0](https://github.com/String-sg/onward/commit/0a8ce0f0)) + ## 1.13.3 (2026-05-11) ### Bug Fixes 🐛 diff --git a/package.json b/package.json index e68ddfd4..a8c558a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onward", - "version": "1.13.3", + "version": "1.14.0", "private": true, "type": "module", "scripts": {