diff --git a/docs/release-notes.md b/docs/release-notes.md index 0fe330263..6fc36401a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,10 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 1.0.14 + - 2020-11-22 - [2 commits](https://github.com/linkedin/coral/compare/v1.0.13...v1.0.14) by [andrewkantor](https://github.com/andrewkantor) (1), [Shardul Mahadik](https://github.com/shardulm94) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-1.0.14-green.svg)](https://bintray.com/linkedin/maven/coral/1.0.14) + - Bump shipkit version [(#17)](https://github.com/linkedin/coral/pull/17) + - Update UnsupportedHiveUDFsInSpark.java [(#15)](https://github.com/linkedin/coral/pull/15) + #### 1.0.13 - 2020-11-18 - [4 commits](https://github.com/linkedin/coral/compare/v1.0.12...v1.0.13) by [Walaa Eldin Moustafa](https://github.com/wmoustafa) (2), [Wenye Zhang](https://github.com/funcheetah) (2) - published to [![Bintray](https://img.shields.io/badge/Bintray-1.0.13-green.svg)](https://bintray.com/linkedin/maven/coral/1.0.13) - No pull requests referenced in commit messages. diff --git a/version.properties b/version.properties index b03a3d80d..dd8f0c67e 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.14 -previousVersion=1.0.13 +version=1.0.15 +previousVersion=1.0.14