diff --git a/docs/release-notes.md b/docs/release-notes.md index d44c3290a9..b0536833e9 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.1.4 + - 2019-03-14 - [1 commit](/~https://github.com/linkedin/dynamometer/compare/v0.1.3...v0.1.4) by [Christopher Gregorian](/~https://github.com/csgregorian) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.1.4-green.svg)](https://bintray.com/linkedin/maven/dynamometer/0.1.4) + - Modify AuditReplay workflow to output count and latency of operations [(#92)](/~https://github.com/linkedin/dynamometer/pull/92) + #### 0.1.3 - 2019-03-04 - [1 commit](/~https://github.com/linkedin/dynamometer/compare/v0.1.2...v0.1.3) by [Erik Krogen](/~https://github.com/xkrogen) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.1.3-green.svg)](https://bintray.com/linkedin/maven/dynamometer/0.1.3) - Bumped Gradle and removed the workaround [(#87)](/~https://github.com/linkedin/dynamometer/pull/87) diff --git a/version.properties b/version.properties index ac15c45b54..641de7bf21 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.1.4 -previousVersion=0.1.3 +version=0.1.5 +previousVersion=0.1.4