From 6ba8d0b835f4d95b4ce88c79b3711528999d10d9 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 7 Jun 2024 16:35:12 -0300 Subject: [PATCH] Fix changelog version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88c2570..2b8bd60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.6] - 2024-06-07 +## [0.1.0-beta.7] - 2024-06-07 - [#55] make `Payment` public and give it a public initializer ### Removed `PaymentContext` and other unused internals