diff --git a/CHANGELOG.md b/CHANGELOG.md index db96dcb8..18d0d1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## 1.16.0 (2026-07-01) + +### Features โœจ + +- feat(auth): support multiple Google hosted domains ([#605](https://github.com/String-sg/onward/pull/605)) ([d30cc2e](https://github.com/String-sg/onward/commit/d30cc2e)) + +### Chores ๐Ÿงน + +- chore: update vulnerable dependencies ([#607](https://github.com/String-sg/onward/pull/607)) ([3d1f10d](https://github.com/String-sg/onward/commit/3d1f10d)) + ## 1.15.1 (2026-06-25) ### Bug Fixes ๐Ÿ› diff --git a/package.json b/package.json index a9c2932c..9de3dd5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onward", - "version": "1.15.1", + "version": "1.16.0", "private": true, "type": "module", "packageManager": "pnpm@10.33.4",