From 9eff3297e87e625634330d456e89677b1f1cebfa Mon Sep 17 00:00:00 2001 From: BuildBot <9cibot@9ci.com> Date: Thu, 9 May 2019 18:34:05 +0000 Subject: [PATCH] 1.2.1 release (previous 1.2.0) + release notes updated + README.md versions [ci skip] --- README.md | 4 ++-- docs/release-notes.md | 4 ++++ version.properties | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d28f7e..93bb2c2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ____ ____.__ _.-````'-,_ | |( <_> | <_> ) |__\___ \ `!!! !!!! !! )!!!!!!!!!!!!! |____| \____/ \____/|____/____ > !! ! ! \( \( !!!|/! |/! \/ /_( /_(/_( /_( /_( - Version: 1.2.0 + Version: 1.2.1 @@ -32,7 +32,7 @@ ____ ____.__ _.-````'-,_ ``` -compile "org.grails.plugins:view-tools:1.2.0" +compile "org.grails.plugins:view-tools:1.2.1" ``` ## Description diff --git a/docs/release-notes.md b/docs/release-notes.md index 0e5da44..9efc9dc 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/)* +#### 1.2.1 + - 2019-05-09 - [4 commits](https://github.com/yakworks/view-tools/compare/v1.2.0...v1.2.1) by [alexey.zvegintcev](https://github.com/alexeyzvegintcev) (3), [Joshua B](https://github.com/basejump) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-1.2.1-green.svg)](https://bintray.com/null/null/org.grails.plugins/1.2.1) + - Pass location on attach creation [(#30)](https://github.com/yakworks/view-tools/pull/30) + #### 1.2.0 - 2019-05-08 - 168 commits by 6 authors - published to [![Bintray](https://img.shields.io/badge/Bintray-1.2.0-green.svg)](https://bintray.com/null/null/org.grails.plugins/1.2.0) - Commits: [sudhir nimavat](https://github.com/snimavat) (90), [Joshua](https://github.com/basejump) (41), Joshua Burnett (32), jdabal (2), [Nikita Pavlov](https://github.com/NickPavlov) (2), [Ken Roberts](https://github.com/ken-roberts) (1) diff --git a/version.properties b/version.properties index 3b502ae..887c933 100644 --- a/version.properties +++ b/version.properties @@ -1,3 +1,3 @@ -version=1.2.1 -previousVersion=1.2.0 +version=1.2.2 +previousVersion=1.2.1 snapshot=false