Skip to content

Commit

Permalink
update: CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Feb 23, 2023
1 parent 60dbf74 commit 8f778c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.7.0-RC
## 2.7.0-RC (23/02/24)

1. feat `backup`/`restore` 支持
2. update: `hibernate` version 6.1.7.Final
3. feat: `MessageRecord.name`
4. fix: recall info
4. fix: recall info
5. update: `org.xerial:sqlite-jdbc` version 3.41.0.0
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
api("org.hibernate.orm:hibernate-community-dialects:6.1.7.Final")
api("com.zaxxer:HikariCP:5.0.1")
api("com.h2database:h2:2.1.214")
api("org.xerial:sqlite-jdbc:3.40.1.0")
api("org.xerial:sqlite-jdbc:3.41.0.0")
api("com.mysql:mysql-connector-j:8.0.32")
api("org.postgresql:postgresql:42.5.4")
api("org.reflections:reflections:0.10.2")
Expand Down

0 comments on commit 8f778c7

Please sign in to comment.