From 66c1e96f01dc343931d68b1579d5f742212a25c8 Mon Sep 17 00:00:00 2001 From: Lucas Sunsi Abreu Date: Tue, 12 Dec 2023 08:00:59 -0300 Subject: [PATCH] Bump 0.1.9 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0b337..7c530d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.9](https://github.com/lsunsi/lnurlkit/compare/v0.1.8...v0.1.9) - 2023-12-12 + +### Added +- attempt support at fast withdraw + +### Other +- responses implement to slice not str +- responses implement from slice not str + ## [0.1.8](https://github.com/lsunsi/lnurlkit/compare/v0.1.7...v0.1.8) - 2023-12-11 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 5fe0e10..8187f86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lnurlkit" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60" authors = ["Lucas Sunsi Abreu "]