From d1618f12ebe41840b98894bfc0419bba084a4e39 Mon Sep 17 00:00:00 2001 From: BuildBot <9cibot@9ci.com> Date: Wed, 8 May 2019 17:50:43 +0000 Subject: [PATCH] 3.2.0 release (previous 3.1.2) + release notes updated + README.md versions [ci skip] --- CHANGELOG.md | 7 +++++++ README.md | 2 +- version.properties | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..c773ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +*Release notes were automatically generated by [Shipkit](http://shipkit.org/)* + +#### 3.2.0 + - 2019-05-08 - [16 commits](https://github.com/yakworks/grails-jasper-reports/compare/v3.1.2...v3.2.0) by [Joshua B](https://github.com/basejump) (8), sudhir nimavat (8) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.2.0-green.svg)](https://bintray.com/null/null/org.grails.plugins/3.2.0) + - Shipyak upgrade [(#14)](https://github.com/yakworks/grails-jasper-reports/pull/14) + - Upgrade to grails 339 and use shipkit, add circleci [(#12)](https://github.com/yakworks/grails-jasper-reports/pull/12) + diff --git a/README.md b/README.md index e24f031..57a1f84 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ see branch and versions 3.0.x - Works with Grails 3.2.x Install for grails 3.3.x ``` -compile "org.grails.plugins:jasper-reports:3.1.2" +compile "org.grails.plugins:jasper-reports:3.2.0" ``` diff --git a/version.properties b/version.properties index ed04aa0..ed26dae 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ #Version of the produced binaries. This file is intended to be checked-in. #It will be automatically bumped by release automation. -version=3.2.0 -previousVersion=3.1.2 +version=3.2.1 +previousVersion=3.2.0 snapshot=false