Skip to content

Commit 9f72858

Browse files
committed
0.2.2: GraphQL-Ruby 2.0 compatibility
1 parent 2a37d53 commit 9f72858

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.2.2 - 2022-04-04
9+
10+
### Fixed
11+
12+
- GraphQL-Ruby 2.0 compatibility (allow it in gemspec). [@Envek]
13+
814
## 0.2.1 - 2021-02-09
915

1016
### Fixed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ![Yabeda::GraphQL](./yabeda-graphql-logo.png)
22

3+
[![Gem Version](https://badge.fury.io/rb/yabeda-graphql.svg)](https://badge.fury.io/rb/yabeda-graphql)
34
[![Tests](https://github.com/yabeda-rb/yabeda-graphql/actions/workflows/test.yml/badge.svg)](https://github.com/yabeda-rb/yabeda-graphql/actions/workflows/test.yml)
45

56
Built-in metrics for [GraphQL-Ruby] monitoring out of the box! Part of the [yabeda] suite.

lib/yabeda/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Yabeda
22
module GraphQL
3-
VERSION = "0.2.1"
3+
VERSION = "0.2.2"
44
end
55
end

0 commit comments

Comments
 (0)