Skip to content

Commit

Permalink
Bump 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lsunsi committed Dec 12, 2023
1 parent cd2fba8 commit 66c1e96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <lsunsi@pm.me>"]
Expand Down

0 comments on commit 66c1e96

Please sign in to comment.