From 1af24e31dffb66fe0e3400b334cb96638c947153 Mon Sep 17 00:00:00 2001 From: Luigi Pirelli Date: Mon, 30 Oct 2023 12:03:42 +0100 Subject: [PATCH] Release v0.3.3 (#118) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b909ec2..fcae3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.3] - 2023-10-30 + +### Bug Fixes +- Fixed issue in parsing long json decimals (#117) + ## [0.3.2] - 2023-09-15 ### Enhancements