From 0d7beb8f29cd6dd280f3d8c5d48798c2681d9eff Mon Sep 17 00:00:00 2001 From: Manjari Akella Date: Wed, 8 Sep 2021 13:36:59 -0700 Subject: [PATCH] Preparing release v1.19.1 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ead85792..794ee303e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased +## 1.19.1 (8 Sep 2021) + ### Fixed * [#1001][]: JSON: Fix complex number encoding with negative imaginary part. Thanks to @hemantjadon. * [#1003][]: JSON: Fix inaccurate precision when encoding float32.