From 52b6cc09f5ec7f232efdb3a1a0921d51474b143e Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Wed, 10 Apr 2019 22:21:12 +0200 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e1bd34d1e..504b8afc1f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +## [0.8.2] - 2019-04-10 + +### Fixed + +- Some scalars did not work in stitched schemas and lead to a serialization exception. +- IntValueNode IValueNode.Equals was not implemented correctly and lead always to false. [#681](https://github.com/ChilliCream/hotchocolate/issues/681) + + ## [0.8.1] - 2019-03-29 ### Added