summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDanny Navarro <j@dannynavarro.net>2015-09-16 11:16:16 +0200
committerDanny Navarro <j@dannynavarro.net>2015-09-16 11:16:16 +0200
commitdac6721f02e747d218ad160c7be5d0483752faa5 (patch)
tree5571a0dfa80409390ad70ceb2b403d92f453dd11 /CHANGELOG.md
parentb3482172a63acea951f662b7870ca6538edfebe8 (diff)
downloadgraphql-0.2.1.tar.gz
Version bump and CHANGELOGv0.2.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f8d712..673589e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [0.2.1] - 2015-09-16
+### Fixed
+- Include data files for golden tests in Cabal package.
+- Support for ghc-7.8.
+
## [0.2] - 2015-09-14
### Added
- Rudimentary parser for `GraphQL` which successfully parses the sample file
@@ -10,6 +15,9 @@ All notable changes to this project will be documented in this file.
- Many optional data types in `GraphQl` didn't need to be wrapped in a `Maybe`.
- Some `newtype`s became type synonyms for easier parsing.
-## [0.1] - 2015-09-12
+## 0.1 - 2015-09-12
### Added
- Data types for the GraphQL language.
+
+[0.2.1]: https://github.com/jdnavarro/graphql-haskell/compare/v0.2...v0.2.1
+[0.2]: https://github.com/jdnavarro/graphql-haskell/compare/v0.1...v0.2