File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.2.2 - 2022-04-04
9
+
10
+ ### Fixed
11
+
12
+ - GraphQL-Ruby 2.0 compatibility (allow it in gemspec). [ @Envek ]
13
+
8
14
## 0.2.1 - 2021-02-09
9
15
10
16
### Fixed
Original file line number Diff line number Diff line change 1
1
# ![ Yabeda::GraphQL] ( ./yabeda-graphql-logo.png )
2
2
3
+ [ ![ Gem Version] ( https://badge.fury.io/rb/yabeda-graphql.svg )] ( https://badge.fury.io/rb/yabeda-graphql )
3
4
[ ![ 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 )
4
5
5
6
Built-in metrics for [ GraphQL-Ruby] monitoring out of the box! Part of the [ yabeda] suite.
Original file line number Diff line number Diff line change 1
1
module Yabeda
2
2
module GraphQL
3
- VERSION = "0.2.1 "
3
+ VERSION = "0.2.2 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments