From 64ac327e95d4e191392ff9aadf8ef9c4b98a3bb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:23:40 +0200 Subject: [PATCH] chore(main): release 1.1.0 (#11) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ version.txt | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41793bf..dc09209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.1.0](https://github.com/Optravis-LLC/jooq-gradle/compare/v1.0.0...v1.1.0) (2024-06-19) + + +### Features + +* `ContainerConfig.postgres()` helper function ([#14](https://github.com/Optravis-LLC/jooq-gradle/issues/14)) ([964dffb](https://github.com/Optravis-LLC/jooq-gradle/commit/964dffb8a53ce84927eab2ea98a46950d4a3b07f)) +* Add configuration for version fields ([#8](https://github.com/Optravis-LLC/jooq-gradle/issues/8)) ([bf4b580](https://github.com/Optravis-LLC/jooq-gradle/commit/bf4b5801fa3f02ac620e8fb8ac1602d2857daf3d)) +* Configure javaTimeTypes ([#10](https://github.com/Optravis-LLC/jooq-gradle/issues/10)) ([4a1e072](https://github.com/Optravis-LLC/jooq-gradle/commit/4a1e0722e3451052da669064e4c92876e3c81263)) +* Option to not apply pojos as kotlin data classes ([#9](https://github.com/Optravis-LLC/jooq-gradle/issues/9)) ([64e1438](https://github.com/Optravis-LLC/jooq-gradle/commit/64e1438f84ac92fc7bf4217f94d826450500e5b7)) +* rename extension to `jooqGenerator` ([290ef77](https://github.com/Optravis-LLC/jooq-gradle/commit/290ef77016724aef8e53d04932f99ef461bde33d)) + ## 1.0.0 (2024-06-17) diff --git a/version.txt b/version.txt index 3eefcb9..9084fa2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +1.1.0