Skip to content

Commit 3630aea

Browse files
committed
0.2.3: Fix compatibility with GraphQL-Ruby 2.0 Tracing API
1 parent 9133291 commit 3630aea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 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.3 - 2023-05-29
9+
10+
### Fixed
11+
12+
- Compatibility with GraphQL-Ruby 2.0 tracing API. [#5](https://github.com/yabeda-rb/yabeda-graphql/pull/5) by [@skateman]
13+
814
## 0.2.2 - 2022-04-04
915

1016
### Fixed
@@ -29,3 +35,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2935
- Initial release of yabeda-graphql gem. [@Envek]
3036

3137
[@Envek]: https://github.com/Envek "Andrey Novikov"
38+
[@skateman]: https://github.com/skateman "Halász Dávid"

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.2"
3+
VERSION = "0.2.3"
44
end
55
end

0 commit comments

Comments
 (0)