From 618bbfab3d65f8bea702329bfe762768a525801a Mon Sep 17 00:00:00 2001 From: Ryan Collins Date: Sat, 29 Oct 2016 13:34:06 -0400 Subject: [PATCH] Docs: update changelog Add an option to use reselect when generating a container. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 613fe0e..02ca0c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 1.0.2 +- Add an option to use reselect when generating a container. + ## 1.0.1 - This release includes a new generator for containers that creates a graphql / apollo query and mutation if the option is selected.