diff --git a/CHANGELOG.md b/CHANGELOG.md index 35358d5..55f77cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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" diff --git a/lib/yabeda/graphql/version.rb b/lib/yabeda/graphql/version.rb index 3450a21..c53812f 100644 --- a/lib/yabeda/graphql/version.rb +++ b/lib/yabeda/graphql/version.rb @@ -1,5 +1,5 @@ module Yabeda module GraphQL - VERSION = "0.2.2" + VERSION = "0.2.3" end end