diff --git a/docs/release-notes.md b/docs/release-notes.md index 8cf14ff..6bce8c2 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/)* +#### 0.2.2 + - 2018-11-22 - [10 commits](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/compare/v0.2.1...v0.2.2) by [Marcin Stachniuk](https://github.com/mstachniuk) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.2.2-green.svg)](https://bintray.com/mstachniuk/mstachniuk-maven-repo/maven/0.2.2) + - #20 Add support for directives in schema [(#21)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/21) + - Fix typos in Readme, add codecov badge [(#19)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/19) + - Add Jacoco Test coverage [(#18)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/18) + - Add test with scalar without comment in schema [(#17)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/17) + - Fix description in scalar [(#16)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/16) + #### 0.2.1 - 2018-09-13 - [5 commits](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/compare/v0.2.0...v0.2.1) by [Marcin Stachniuk](https://github.com/mstachniuk) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.2.1-green.svg)](https://bintray.com/mstachniuk/mstachniuk-maven-repo/maven/0.2.1) - #13 Comments shouldn't be trimmed at end by default [(#15)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/15) diff --git a/version.properties b/version.properties index ec4372b..6b100ba 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.2.2 -previousVersion=0.2.1 +version=0.2.3 +previousVersion=0.2.2