Skip to content

Commit

Permalink
Prepare for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Dec 29, 2022
1 parent cd59a78 commit a526bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@ When migrating your build from jOOQ plugin 4.x to 5.x, follow these steps:

# Changelog

+ Next - Upgrade to jOOQ 3.17.6.
+ Next - TBD
+ 8.1 - Upgrade to jOOQ 3.17.6
+ 8.0 - Make Gradle 7.0 the minimum compatible version. Make Java 17 the minimum version. Upgrade to jOOQ 3.17.4.
+ 7.1.1 - Upgrade to jOOQ 3.16.4
+ 7.1 - Add support for Gradle Toolchains.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'nu.studer'
version = '8.0.1-DEV'
version = '8.1'

dependencies {
api 'org.jooq:jooq-codegen:3.17.6'
Expand Down

0 comments on commit a526bc0

Please sign in to comment.