diff options
| author | Eugene Wissner <belka@caraus.de> | 2020-06-24 09:45:25 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-06-24 10:12:22 +0200 |
| commit | 175268b422c20ec01bb0dc3d36a53a394931b289 (patch) | |
| tree | 988863f54a95f207edfab1a915fde0d966708116 /CHANGELOG.md | |
| parent | aef6030a8ee577f98a718a394ca97f20673f6d5c (diff) | |
| download | graphql-175268b422c20ec01bb0dc3d36a53a394931b289.tar.gz | |
Add a github actions workflow
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f42be0a..5f0a1b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## [Unreleased] ## [0.8.0.0] - 2020-06-20 ### Fixed - The parser rejects variables when parsing defaultValue (DefaultValue). The @@ -267,6 +268,7 @@ and this project adheres to ### Added - Data types for the GraphQL language. +[Unreleased]: https://github.com/caraus-ecms/graphql/compare/v0.8.0.0...HEAD [0.8.0.0]: https://github.com/caraus-ecms/graphql/compare/v0.7.0.0...v0.8.0.0 [0.7.0.0]: https://github.com/caraus-ecms/graphql/compare/v0.6.1.0...v0.7.0.0 [0.6.1.0]: https://github.com/caraus-ecms/graphql/compare/v0.6.0.0...v0.6.1.0 |
