diff --git a/CHANGELOG.md b/CHANGELOG.md index 2004e9c..9c054e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v2.1.0](https://github.com/graphql-devise/graphql_devise/tree/v2.1.0) (2025-07-28) + +[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v2.0.0...v2.1.0) + +**Implemented enhancements:** + +- Add graphql 2.5 support [\#288](https://github.com/graphql-devise/graphql_devise/pull/288) ([mcelicalderon](https://github.com/mcelicalderon)) +- Add Rails 8.0 support [\#287](https://github.com/graphql-devise/graphql_devise/pull/287) ([mcelicalderon](https://github.com/mcelicalderon)) + ## [v2.0.0](https://github.com/graphql-devise/graphql_devise/tree/v2.0.0) (2024-12-10) [Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v1.5.0...v2.0.0) diff --git a/lib/graphql_devise/version.rb b/lib/graphql_devise/version.rb index 661f71d..ddaf9e2 100644 --- a/lib/graphql_devise/version.rb +++ b/lib/graphql_devise/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GraphqlDevise - VERSION = '2.0.0' + VERSION = '2.1.0' end