diff --git a/ChangeLog.md b/ChangeLog.md index 14090944a..fe5b235a9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,14 @@ +# 1.5.0 +## What's Changed +* Upgrade Exposed version to 0.42.1 and Kotlin version to 1.9.0 by @mgrati and @achraf-debug in [#603](https://github.com/kopiLeft/Galite/pull/603) +* Implement waitMin and waitMax params for retrying aborted transactions by @mgrati and @achraf-debug in [#603](https://github.com/kopiLeft/Galite/pull/603) +* Use HikariCP pool connection for galite-data connections by @mgrati in [#613](https://github.com/kopiLeft/Galite/pull/613) +* Fix : Fix unusual behaviour for applications with multiple connections by @mgrati in [#613](https://github.com/kopiLeft/Galite/pull/613) +* Allow display of multi-line report rows by @MedAzizTousli in [#597](https://github.com/kopiLeft/Galite/pull/597) +* Implement automated testing for pivot table module by @RiadhCherni in [#607](https://github.com/kopiLeft/Galite/pull/607) + +**Full Changelog**: [1.4.3 ... 1.5.0](https://github.com/kopiLeft/Galite/compare/1.4.3...1.5.0) + # 1.4.3 ## What's Changed * Fix : Allow creating Galite forms with database tables with a sequence name different from "ID" @mgrati [#604](https://github.com/kopiLeft/Galite/pull/604) diff --git a/gradle.properties b/gradle.properties index 047db5846..298566c9f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs=-Xmx4g # group=org.kopi -version=1.4.3 +version=1.5.0