diff --git a/CHANGELOG.md b/CHANGELOG.md index f617d13..335b61f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,14 @@ 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). -# Unreleased +## [0.1.0-beta.2] - 2024-03-04 ## Added - Dependency: `swift-custom-dump` to diff assertions in tests. ## Modified -- Bugfix: Fix bug where multiple recipient payments are parsed in different order every time [#37] +- Bugfix: [#37] multiple recipient payments are parsed in different order every time -## [0.1.0-beta.1] - 2024-01-01 +## [0.1.0-beta] - 2024-01-01 - Fixed [problem with literal Decimals](https://github.com/pacu/zcash-swift-payment-uri/issues/35) - Always favor using `BigDecimal` to avoid misrepresentations of Decimal from implicit conversion from `Double`.