From 563aeae094b20497aa9e7ea0910bdc9a752831dc Mon Sep 17 00:00:00 2001 From: Mario Celi Date: Wed, 14 Sep 2022 22:46:15 -0500 Subject: [PATCH] Bump to v1.1.0 --- CHANGELOG.md | 12 ++++++++++++ lib/graphql_devise/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86adc582..4008d9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v1.1.0](https://github.com/graphql-devise/graphql_devise/tree/v1.1.0) (2022-09-15) + +[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v1.0.1...v1.1.0) + +**Implemented enhancements:** + +- Support Rails 7 [\#241](https://github.com/graphql-devise/graphql_devise/pull/241) ([mcelicalderon](https://github.com/mcelicalderon)) + +**Merged pull requests:** + +- Fix typo in README file. [\#238](https://github.com/graphql-devise/graphql_devise/pull/238) ([MathiasPfeil](https://github.com/MathiasPfeil)) + ## [v1.0.1](https://github.com/graphql-devise/graphql_devise/tree/v1.0.1) (2022-08-15) [Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v1.0.0...v1.0.1) diff --git a/lib/graphql_devise/version.rb b/lib/graphql_devise/version.rb index 38316189..0c94ebbb 100644 --- a/lib/graphql_devise/version.rb +++ b/lib/graphql_devise/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GraphqlDevise - VERSION = '1.0.1' + VERSION = '1.1.0' end