Skip to content

Commit 26be187

Browse files
committed
0.1.6 release (previous 0.1.5) + release notes updated [ci skip]
1 parent a1d9d7b commit 26be187

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
22

3+
#### 0.1.6
4+
- 2018-08-26 - [6 commits](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/compare/v0.1.5...v0.1.6) by [Marcin Stachniuk](https://github.com/mstachniuk) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.1.6-green.svg)](https://bintray.com/mstachniuk/mstachniuk-maven-repo/maven/0.1.6)
5+
- #3 Add support for default values in arguments of operations [(#7)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/7)
6+
- Add Introspection to Introspection Test [(#6)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/6)
7+
- #4 Add test for easier discovery if schema generation works [(#5)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/5)
8+
- Add test for easier discovery if schema generation works [(#4)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/issues/4)
9+
310
#### 0.1.5
411
- 2018-08-25 - [10 commits](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/compare/v0.1.4...v0.1.5) by [Marcin Stachniuk](https://github.com/mstachniuk) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.1.5-green.svg)](https://bintray.com/mstachniuk/mstachniuk-maven-repo/maven/0.1.5)
512
- Update readme [(#2)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/2)

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Version of the produced binaries. This file is intended to be checked-in.
22
#It will be automatically bumped by release automation.
3-
version=0.1.6
4-
previousVersion=0.1.5
3+
version=0.1.7
4+
previousVersion=0.1.6

0 commit comments

Comments
 (0)