diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e23a4f..eb5abf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.3" + ".": "0.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..595c38b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.6.4](https://github.com/wealthsimple-community/graphql-ruby-hive/compare/v0.6.3...v0.6.4) (2026-08-17) + + +### Bug Fixes + +* **gemspec:** raise required_ruby_version to 2.7.0 ([#4](https://github.com/wealthsimple-community/graphql-ruby-hive/issues/4)) ([e85343b](https://github.com/wealthsimple-community/graphql-ruby-hive/commit/e85343b8870fcdde4fcdc1f5594c9ac209916641)) +* **release:** stop expecting component-prefixed release tags ([#3](https://github.com/wealthsimple-community/graphql-ruby-hive/issues/3)) ([bd8d30f](https://github.com/wealthsimple-community/graphql-ruby-hive/commit/bd8d30f703f6fe67bb67349871a8f10f1bec59e7)) diff --git a/Gemfile.lock b/Gemfile.lock index 2c4c23d..0b5f828 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - graphql-hive (0.6.3) + graphql-hive (0.6.4) graphql (>= 2.4.12, < 3) GEM diff --git a/lib/graphql-hive/version.rb b/lib/graphql-hive/version.rb index 72cf06e..f3c8a75 100644 --- a/lib/graphql-hive/version.rb +++ b/lib/graphql-hive/version.rb @@ -2,6 +2,6 @@ module Graphql module Hive - VERSION = "0.6.3" + VERSION = "0.6.4" end end