diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bde0d5e..7ebdc207 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.1 (2026-05-12) + +### Bug Fixes 🐛 + +- fix: handle missing picture claim in google oauth login ([#567](https://github.com/String-sg/onward/pull/567)) ([4cdb9489](https://github.com/String-sg/onward/commit/4cdb9489)) + ## 1.14.0 (2026-05-11) ### Features ✨ diff --git a/package.json b/package.json index a8c558a5..d907b94a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onward", - "version": "1.14.0", + "version": "1.14.1", "private": true, "type": "module", "scripts": {