diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d39c6760..933db90172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 11.11.8 (2025-02-06) + ### 11.11.7 (2025-02-06) ### 11.11.6 (2025-02-06) diff --git a/package.json b/package.json index 098a3ffe7d..dbe3ffd23b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "capgo-app", "type": "module", - "version": "11.11.7", + "version": "11.11.8", "private": true, "scripts": { "env:hard-setup": "supabase stop && supabase start && supabase db reset",