From 097373899ec9375dd8d84d1cbd80671750fa05da Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Sat, 6 Feb 2021 07:41:37 +0000 Subject: [PATCH] 1.0.19 release (previous 1.0.18) + release notes updated [ci skip] --- docs/release-notes.md | 11 +++++++++++ version.properties | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index ff0f3908b..0e64d3d8f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,16 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 1.0.19 + - 2021-02-06 - [7 commits](https://github.com/linkedin/coral/compare/v1.0.18...v1.0.19) by 4 authors - published to [![Bintray](https://img.shields.io/badge/Bintray-1.0.19-green.svg)](https://bintray.com/linkedin/maven/coral/1.0.19) + - Commits: [Walaa Eldin Moustafa](https://github.com/wmoustafa) (4), [KAI XU](https://github.com/kxu1026) (1), [Szczepan Faber](https://github.com/mockitoguy) (1), [Ɓukasz Osipiuk](https://github.com/losipiuk) (1) + - Revert 6432dde990f73821610d6b7e8f8e21d210404750: Migrate to new Shipkit plugin [(#44)](https://github.com/linkedin/coral/pull/44) + - Update Slack invitation link [(#43)](https://github.com/linkedin/coral/pull/43) + - Add CURRENT_TIMESTAMP, CURRENT_DATE function support [(#41)](https://github.com/linkedin/coral/pull/41) + - Add support for Hive current_user function [(#40)](https://github.com/linkedin/coral/pull/40) + - Use Ivy to resolve UDF dependencies; use dynamic class loader to execute UDF type inference [(#37)](https://github.com/linkedin/coral/pull/37) + - Migrated to new Shipkit plugins [(#36)](https://github.com/linkedin/coral/pull/36) + - Use Hive ANTLR grammar to parse HiveQL [(#32)](https://github.com/linkedin/coral/pull/32) + #### 1.0.18 - 2021-01-08 - [2 commits](https://github.com/linkedin/coral/compare/v1.0.17...v1.0.18) by [Carl Steinbach](https://github.com/cwsteinbach) (1), [Lei](https://github.com/autumnust) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-1.0.18-green.svg)](https://bintray.com/linkedin/maven/coral/1.0.18) - Ensure field-properties and schema properties being replicated when cloning schema object [(#35)](https://github.com/linkedin/coral/pull/35) diff --git a/version.properties b/version.properties index b5d6d0c7e..5b8f29859 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ #Version of the produced binaries. This file is intended to be checked-in. #It will be automatically bumped by release automation. -version=1.0.19 -previousVersion=1.0.18 +version=1.0.20 +previousVersion=1.0.19