diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e6c8e..cb9ea81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.1.0-alpha.23] - 2024-07-28 + +### Bug Fixes + +- Update URL for redirection + ## [1.1.0-alpha.22] - 2024-07-28 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 881f6da..0faca1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,7 +654,7 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "lilnouns-click" -version = "1.1.0-alpha.22" +version = "1.1.0-alpha.23" dependencies = [ "graphql_client", "html-escape", diff --git a/Cargo.toml b/Cargo.toml index 4857fda..ffb3845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lilnouns-click" -version = "1.1.0-alpha.22" +version = "1.1.0-alpha.23" authors = ["Milad Nekofar "] edition = "2021" description = "A Nounish URL shortener for LilNouns DAO."