Skip to content

Commit

Permalink
0.2.3: Fix compatibility with GraphQL-Ruby 2.0 Tracing API
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed May 29, 2023
1 parent 9133291 commit 3630aea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.2.3 - 2023-05-29

### Fixed

- Compatibility with GraphQL-Ruby 2.0 tracing API. [#5](https://github.com/yabeda-rb/yabeda-graphql/pull/5) by [@skateman]

## 0.2.2 - 2022-04-04

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

[@Envek]: https://github.com/Envek "Andrey Novikov"
[@skateman]: https://github.com/skateman "Halász Dávid"
2 changes: 1 addition & 1 deletion lib/yabeda/graphql/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Yabeda
module GraphQL
VERSION = "0.2.2"
VERSION = "0.2.3"
end
end

0 comments on commit 3630aea

Please sign in to comment.