From 29a9f8a2091be946eae6d2797edcc37308cbb4d5 Mon Sep 17 00:00:00 2001 From: Chris Drackett Date: Wed, 20 Nov 2019 14:12:44 -0800 Subject: [PATCH] update change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7773241e..b90c445f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.7.0 + +- 🎉 add new code to fix circular ref issues in typescript code. [#140](https://github.com/mobxjs/mst-gql/pull/140) - [godness84](https://github.com/godness84) + ## 0.6.0 - add a new `ModelBase` file that all models extend that can be edited. [#106](https://github.com/mobxjs/mst-gql/pull/106) - [zenflow](https://github.com/zenflow)