diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4459fb..e438c530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 1.x +## 1.0.1 + +- [#2288](https://github.com/graphiti-api/graphiti/pull/127) + Avoid Rails eager loading edge case with polymorphic resources +(@richmolj) ### master (unreleased) diff --git a/lib/graphiti/version.rb b/lib/graphiti/version.rb index 2c26370c..ca0f6306 100644 --- a/lib/graphiti/version.rb +++ b/lib/graphiti/version.rb @@ -1,3 +1,3 @@ module Graphiti - VERSION = "1.0.0" + VERSION = "1.0.1" end