From 1e12919cfab68f4c9bb6ff790ae982e9e49e8893 Mon Sep 17 00:00:00 2001 From: Lucas Sunsi Abreu Date: Fri, 8 Dec 2023 09:49:13 -0300 Subject: [PATCH] Bump 0.1.6 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea0b7d..92cd0f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6](https://github.com/lsunsi/lnurlkit/compare/v0.1.5...v0.1.6) - 2023-12-08 + +### Added +- add intermediary callback request struct to support more use cases + +### Other +- use request types on server callbacks + ## [0.1.5](https://github.com/lsunsi/lnurlkit/compare/v0.1.4...v0.1.5) - 2023-12-06 ### Added diff --git a/Cargo.toml b/Cargo.toml index acde337..918bd63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lnurlkit" -version = "0.1.5" +version = "0.1.6" edition = "2021" rust-version = "1.60" authors = ["Lucas Sunsi Abreu "]