From da3ba086b6829945582ec47ce329846bfac4317f Mon Sep 17 00:00:00 2001 From: Bates Jernigan Date: Mon, 16 Mar 2020 09:06:15 -0400 Subject: [PATCH] add version notes for new tag --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73cd0c4..38a5959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 0.13.1 +Add fixes in relationship inferencing by using inversed_from instead of `inversed` + # 0.13.0 Changed the way that null values are handled inside of mutators. Take a look at [(#49)](https://github.com/goco-inc/graphql-activerecord/pull/49) for details. If you need to get back to the old behavior (ie, `unsetFields`), you can either: