diff --git a/CHANGELOG.md b/CHANGELOG.md index ee371142103..c49cf03c31b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,28 @@ # Changelog -## [Unreleased](https://github.com/weseek/growi/compare/v7.1.1...HEAD) +## [Unreleased](https://github.com/weseek/growi/compare/v7.1.2...HEAD) *Please do not manually update this file. We've automated the process.* +## [v7.1.2](https://github.com/weseek/growi/compare/v7.1.1...v7.1.2) - 2024-11-18 + +### 🚀 Improvement + +* imprv(ai): GROWI AI Knowledge Assistant instructions (#9407) @yuki-takei +* imprv(ai): Knowedge Assistant model configuration by env var (#9410) @yuki-takei +* imprv(ai): Shorten thread deletion expiredAt (#9419) @yuki-takei +* imprv(ai): Remove unnecessary strings from markdown when creating VectorStoreFIie (#9411) @miya +* imprv(ai): Create thead before the first post (#9414) @yuki-takei + +### 🐛 Bug Fixes + +* fix: Fixed the message when all read (#9405) @Ryosei-Fukushima + +### 🧰 Maintenance + +* support: Import OpenAI features dynamically (#9413) @yuki-takei +* support: Welcome back Hufflepuff badger (#9403) @satof3 + ## [v7.1.1](https://github.com/weseek/growi/compare/v7.1.0...v7.1.1) - 2024-11-12 ### 💎 Features diff --git a/apps/app/package.json b/apps/app/package.json index 7f9d41b1ffc..ccf01d44752 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -1,6 +1,6 @@ { "name": "@growi/app", - "version": "7.1.2-RC.0", + "version": "7.1.3-RC.0", "license": "MIT", "private": "true", "scripts": { diff --git a/apps/slackbot-proxy/package.json b/apps/slackbot-proxy/package.json index c7c10350444..868e2f0a5e9 100644 --- a/apps/slackbot-proxy/package.json +++ b/apps/slackbot-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@growi/slackbot-proxy", - "version": "7.1.2-slackbot-proxy.0", + "version": "7.1.3-slackbot-proxy.0", "license": "MIT", "private": "true", "scripts": { diff --git a/package.json b/package.json index fb4c3c19d30..bbf9cc712a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "growi", - "version": "7.1.2-RC.0", + "version": "7.1.3-RC.0", "description": "Team collaboration software using markdown", "license": "MIT", "private": "true",