Skip to content

Commit

Permalink
Prepare for release of 2.6.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cies authored and Cies committed Aug 14, 2024
1 parent 58d6206 commit 8a17aae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.6.0-RC1 (released 14.08.2024)
* #358 Upgrade to Hibernate 6.4
* #393 Deprecate jpa.Model

## 2.5.0 (released 09.08.2024) - see https://github.com/replay-framework/replay/milestone/16?closed=1
* #386 Replace `javax.inject` with `jakarta.inject` (#389) @cies
* #65 move all Groovy-related code from "framework" to "fastergt" (#316) @asolntsev
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {
subprojects {

group='io.github.replay-framework'
version=project.properties['revision'] ?: '2.5.0'
version=project.properties['revision'] ?: '2.6.0-RC1'

apply plugin: 'java'
apply plugin: 'java-library'
Expand Down

0 comments on commit 8a17aae

Please sign in to comment.