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