From d1ff6eb0087f540de5355f5db91382284c87a6d3 Mon Sep 17 00:00:00 2001 From: Chris Pyles <40970945+chrispyles@users.noreply.github.com> Date: Wed, 16 Jun 2021 08:45:25 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd9463..573b924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.1.4 - 2021-06-16 + +* Fixed bug in `Value` annotations regarding NaN values + ## 0.1.3 - 2021-06-15 * Added the `Collection` annotation