From 2b940f104ffe9ab2a28003aef6978a964ff37112 Mon Sep 17 00:00:00 2001 From: nalchevanidze Date: Sun, 30 Jun 2019 23:37:39 +0200 Subject: [PATCH] Release 0.1.0 (#178) * Release 0.1.0 * thanks and release date * thanks and release date --- README.md | 5 ++--- changelog.md | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 429f6e87e7..7b68bf6e84 100755 --- a/README.md +++ b/README.md @@ -27,10 +27,9 @@ stack.yml ```yaml resolver: lts-12.0 # or greater -extra-deps: # version 0.1.0 is not yet released(but will be soon), that why you should use Github source +extra-deps: - megaparsec-7.0.5 - - github: morpheusgraphql/morpheus-graphql - commit: 2ec9420c0c4c3013f039ca255080af7682d8d05f + - morpheus-graphql-0.1.0 ``` As Morpheus is quite new, make sure stack can find morpheus-graphql by running `stack update` diff --git a/changelog.md b/changelog.md index 01cb3f2f90..a3478bc9ff 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,6 @@ -## [0.1.0] - 14.06.2019 +## [0.1.0] - 30.06.2019 + +thanks for contributing to: @krisajenkins, @hovind, @vmchale, @msvbg ### Added