Skip to content

Commit

Permalink
Merge pull request #9422 from weseek/support/prepare-v7.1.3-RC.0
Browse files Browse the repository at this point in the history
Prepare v7.1.3-RC.0
  • Loading branch information
mergify[bot] authored Nov 18, 2024
2 parents 8e2fa75 + b3e4c24 commit b289b76
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@growi/app",
"version": "7.1.2-RC.0",
"version": "7.1.3-RC.0",
"license": "MIT",
"private": "true",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/slackbot-proxy/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b289b76

Please sign in to comment.