diff --git a/CHANGELOG.md b/CHANGELOG.md index 61650c3..7bc80dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.3 (2024-09-26) + +### 🚀 Features + +- rollback knope commands + ## 0.1.2 (2024-09-25) ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index cfd316d..83e36fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "persisted-query-to-rest" -version = "0.1.2" +version = "0.1.3" edition = "2021" repository = "https://github.com/apollosolutions/persisted-query-to-rest" description = "A service that converts persisted GraphQL queries to REST endpoints"