diff --git a/CHANGELOG.md b/CHANGELOG.md index 642ad3f..60c930d 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.10] - 2024-05-20 + +### Miscellaneous Tasks + +- Update Nouns GraphQL url in `wrangler.toml` + ## [1.1.0-alpha.9] - 2024-05-07 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 290508f..6bace92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,7 +654,7 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "lilnouns-click" -version = "1.1.0-alpha.9" +version = "1.1.0-alpha.10" dependencies = [ "graphql_client", "html-escape", diff --git a/Cargo.toml b/Cargo.toml index 39d1858..a2ebf7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lilnouns-click" -version = "1.1.0-alpha.9" +version = "1.1.0-alpha.10" authors = ["Milad Nekofar "] edition = "2021" description = "A Nounish URL shortener for LilNouns DAO."