diff --git a/CHANGELOG.md b/CHANGELOG.md index 4008d9fb..2336951d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v1.1.1](https://github.com/graphql-devise/graphql_devise/tree/v1.1.1) (2022-10-20) + +[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v1.1.0...v1.1.1) + +**Fixed bugs:** + +- Cannot make it work with Mongoid [\#244](https://github.com/graphql-devise/graphql_devise/issues/244) +- Fix Mongoid Support [\#245](https://github.com/graphql-devise/graphql_devise/pull/245) ([jpmermoz](https://github.com/jpmermoz)) + ## [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) diff --git a/lib/graphql_devise/version.rb b/lib/graphql_devise/version.rb index 0c94ebbb..f5880d3b 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.1.0' + VERSION = '1.1.1' end