diff --git a/docs/release-notes.md b/docs/release-notes.md index b3cdc0a..da7038b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,13 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 4.0.0 + - 2020-05-31 - [7 commits](https://github.com/magx2/jSuplaApi/compare/v3.10.0...v4.0.0) by [Martin](https://github.com/magx2) - published to [![Bintray](https://img.shields.io/badge/Bintray-4.0.0-green.svg)](https://bintray.com/big-boy/bigboy/jSuplaApi/4.0.0) + - [Enhancement] 4.0.x [(#86)](https://github.com/magx2/jSuplaApi/pull/86) + - [Enhancement] Create new API Client per API [(#84)](https://github.com/magx2/jSuplaApi/issues/84) + - [Enhancement] Change updating ApiUsageStatistics to global [(#83)](https://github.com/magx2/jSuplaApi/issues/83) + - [Enhancement] Remove possibility of creating API with given URL [(#82)](https://github.com/magx2/jSuplaApi/issues/82) + - [Enhancement] Hide authorization header in logs [(#81)](https://github.com/magx2/jSuplaApi/issues/81) + #### 3.10.0 - 2020-05-31 - [2 commits](https://github.com/magx2/jSuplaApi/compare/v3.9.1...v3.10.0) by [Martin](https://github.com/magx2) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.10.0-green.svg)](https://bintray.com/big-boy/bigboy/jSuplaApi/3.10.0) - [Enhancement] CLOSE #80 Add phases summary to electric meter [(#85)](https://github.com/magx2/jSuplaApi/pull/85) diff --git a/version.properties b/version.properties index adeed65..ee98759 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=4.0.0 -previousVersion=3.10.0 +version=4.0.1 +previousVersion=4.0.0