diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d133c8ee97..d491582f67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,32 @@ # Changelog -## [Unreleased](https://github.com/weseek/growi/compare/v7.1.8...HEAD) +## [Unreleased](https://github.com/weseek/growi/compare/v7.1.9...HEAD) *Please do not manually update this file. We've automated the process.* +## [v7.1.9](https://github.com/weseek/growi/compare/v7.1.8...v7.1.9) - 2025-02-03 + +### 💎 Features + +* feat: Add error handling for data migration (#9582) @miya + +### 🚀 Improvement + +* imprv: Data migration script performance (#9599) @miya +* imprv: Initialization for Passport strategies (#9353) @yuki-takei +* imprv: Make data migration type safe (#9590) @miya +* imprv: Printing styles (#9576) @yuki-takei + +### 🐛 Bug Fixes + +* fix: Serializing page data for share link (#9602) @yuki-takei + +### 🧰 Maintenance + +* ci(deps-dev): bump vite from 5.4.6 to 5.4.12 (#9574) @dependabot +* ci(deps): bump mongoose from 6.13.0 to 6.13.6 (#9570) @dependabot +* ci(deps): bump katex from 0.16.11 to 0.16.21 (#9564) @dependabot + ## [v7.1.8](https://github.com/weseek/growi/compare/v7.1.7...v7.1.8) - 2025-01-21 ### 🐛 Bug Fixes diff --git a/apps/app/package.json b/apps/app/package.json index 39e5d6fc0a8..4aa63e679da 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -1,6 +1,6 @@ { "name": "@growi/app", - "version": "7.1.9-RC.0", + "version": "7.1.9", "license": "MIT", "private": "true", "scripts": { diff --git a/package.json b/package.json index 630441364bb..1b9691ca31e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "growi", - "version": "7.1.9-RC.0", + "version": "7.1.9", "description": "Team collaboration software using markdown", "license": "MIT", "private": "true",