diff --git a/docs/release-notes.md b/docs/release-notes.md index 9c221e0..1e60e28 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,9 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 0.0.29 + - 2019-10-01 - [2 commits](https://github.com/DepartmentOfHealth-htbhf/htbhf-java-common/compare/v0.0.28...v0.0.29) by [Matthew Smith](https://github.com/YetAnotherMatt) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.0.29-green.svg)](https://bintray.com/departmentofhealth-htbhf/maven/htbhf-java-common/0.0.29) + - HTBHF-2342 Updated the restTemplate to use an ObjectMapper configured for dates as strings [(#43)](https://github.com/DepartmentOfHealth-htbhf/htbhf-java-common/pull/43) + #### 0.0.28 - 2019-08-30 - [6 commits](https://github.com/DepartmentOfHealth-htbhf/htbhf-java-common/compare/v0.0.27...v0.0.28) by [David Wybourn](https://github.com/dwybourn) (2), [Mike Smith](https://github.com/mikeSmith08) (2), [mikeSmith08](https://github.com/mikeSmith08) (2) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.0.28-green.svg)](https://bintray.com/departmentofhealth-htbhf/maven/htbhf-java-common/0.0.28) - HTBHF-2192 Add missing BINTRAY_ROOT_URL to Circle-CI config. [(#42)](https://github.com/DepartmentOfHealth-htbhf/htbhf-java-common/pull/42) diff --git a/version.properties b/version.properties index 046da19..57ab978 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=0.0.29 -previousVersion=0.0.28 +version=0.0.30 +previousVersion=0.0.29