From e9c7a3bb35ad4caa390d1b2ecc0871da2acb8244 Mon Sep 17 00:00:00 2001 From: Tapac Date: Wed, 24 Jul 2019 23:47:08 +0300 Subject: [PATCH] Release #0.16.3 --- ChangeLog.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1817a670..bba650bc 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,11 @@ +# 0.16.3 +Features: +* Added `rightJoin`, `fullJoin` and `crossJoin` functions. [Fedor Korotkov](https://github.com/fkorotkov) thanks for PR. + +Bug fixes: +* `Connection is closed` error when used suspended transactions ([#601](https://github.com/JetBrains/Exposed/issues/601)) +* Nested transaction partially commits outer transaction since 0.16.1 ([#605](https://github.com/JetBrains/Exposed/issues/605)) + # 0.16.2 Bug fixes: * `Connection is closed` error when used suspended transactions ([#601](https://github.com/JetBrains/Exposed/issues/601)) diff --git a/gradle.properties b/gradle.properties index 538dc690..f1ca1657 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,5 +2,5 @@ org.gradle.parallel=true org.gradle.jvmargs=-Dfile.encoding=UTF-8 group=org.jetbrains.exposed -version=0.16.2 +version=0.16.3 dialect=mariadb