From 79219c8d22701e71664089ec62038a4b56ce8d28 Mon Sep 17 00:00:00 2001 From: Ashkan Nasseri Date: Sat, 6 Jan 2024 14:17:24 -0500 Subject: [PATCH] Preparing for release 0.8.0 --- CHANGELOG.md | 2 ++ lib/graphlient/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7476b49..b2d230c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ### (Next) * Your contribution here. + +### 0.8.0 (2024/01/06) * [#110](https://github.com/ashkan18/graphlient/pull/110): Ensure correct Faraday JSON response body parsing with invalid response header - [@taylorthurlow](https://github.com/taylorthurlow). * [#107](https://github.com/ashkan18/graphlient/pull/107): Pass in initialized schema as an option - [@kbaum](https://github.com/kbaum). * [#106](https://github.com/ashkan18/graphlient/pull/106): Add 3.2 to the list of ruby ci versions - [@igor-drozdov](https://github.com/igor-drozdov). diff --git a/lib/graphlient/version.rb b/lib/graphlient/version.rb index 9c6bb88..077292b 100644 --- a/lib/graphlient/version.rb +++ b/lib/graphlient/version.rb @@ -1,3 +1,3 @@ module Graphlient - VERSION = '0.7.0'.freeze + VERSION = '0.8.0'.freeze end