diff --git a/CHANGELOG.md b/CHANGELOG.md index dd88096b6be..64dfe3b1728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,22 @@ # Changelog -## [Unreleased](https://github.com/weseek/growi/compare/v7.1.4...HEAD) +## [Unreleased](https://github.com/weseek/growi/compare/v7.1.5...HEAD) *Please do not manually update this file. We've automated the process.* +## [v7.1.5](https://github.com/weseek/growi/compare/v7.1.4...v7.1.5) - 2024-12-13 + +### 🚀 Improvement + +* imprv: Slim down the sidebar scrollbar (#9430) @reiji-h + +### 🐛 Bug Fixes + +* fix: Usage for stream pipeline of callback version (#9455) @reiji-h +* fix: TypeError occurs during export (#9481) @miya +* fix: Put `/` before the page name (#9471) @Ryosei-Fukushima +* fix: Cannot comment when comments from rom user are allowed (#9472) @miya + ## [v7.1.4](https://github.com/weseek/growi/compare/v7.1.3...v7.1.4) - 2024-11-26 ### 🐛 Bug Fixes diff --git a/apps/app/package.json b/apps/app/package.json index ffbd501e4dd..f5fedee1512 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -1,6 +1,6 @@ { "name": "@growi/app", - "version": "7.1.5-RC.0", + "version": "7.1.5", "license": "MIT", "private": "true", "scripts": { diff --git a/package.json b/package.json index d3a4dce20de..0c9f57e5253 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "growi", - "version": "7.1.5-RC.0", + "version": "7.1.5", "description": "Team collaboration software using markdown", "license": "MIT", "private": "true",