diff --git a/CHANGELOG.md b/CHANGELOG.md index 1354932..40669b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/lsunsi/lnurlkit/compare/v0.1.1...v0.1.2) - 2023-12-04 + +### Fixed +- *(doc)* add features and nightly stuff to doc + ## [0.1.1](https://github.com/lsunsi/lnurlkit/compare/v0.1.0...v0.1.1) - 2023-12-04 - Major reorganization diff --git a/Cargo.toml b/Cargo.toml index ff8084d..a6ca6af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lnurlkit" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.60" authors = ["Lucas Sunsi Abreu "]