From 5eedc5acdb36649732029d4840e7eb205c131899 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Mon, 1 Jul 2024 10:35:43 -0300 Subject: [PATCH] Add changelog for 0.1.0-beta.8 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8bd60..1e3f7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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). +## [0.1.0-beta.8] - 2024-07-01 + + +- [#55] make Payment public and give it a public initializer +- [#60] Amount(value: Double) false positive tooManyFractionalDigits +- [#62] public-payments-fix by @lukaskorba + + ## [0.1.0-beta.7] - 2024-06-07 - [#55] make `Payment` public and give it a public initializer ### Removed