From a1e7357b8f76a55d00bd713db74e52b6d8758754 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 2 Oct 2024 21:04:11 +0000 Subject: [PATCH] chore: prepare release 0.3.4 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c20d1..0b2c2a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.4 (2024-10-02) + +### 🚀 Features + +- add example folder (#14) + ## 0.3.2 (2024-09-26) ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index ec003c9..a52fc0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "persisted-query-to-rest" -version = "0.3.2" +version = "0.3.4" edition = "2021" repository = "https://github.com/apollosolutions/persisted-query-to-rest" description = "A service that converts persisted GraphQL queries to REST endpoints"