From add38da0d135d203ccf3df8c3081991c1e090655 Mon Sep 17 00:00:00 2001 From: brd6 Date: Wed, 29 Nov 2023 22:56:51 +0100 Subject: [PATCH] chore(changelog): update version to 1.2.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0177ee..96e55ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 1.2.2 - 2023-10-29 + +### Fixed + +- Fixed type coercion issue to properly handle decimal values. + ## 1.2.1 - 2023-10-24 ### Added