Skip to content

Commit 74b5f2a

Browse files
Merge pull request #248 from graphql-devise/bump-to-v1.1.1
Bump to v1.1.1
2 parents 7873173 + 18d9006 commit 74b5f2a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v1.1.1](https://github.com/graphql-devise/graphql_devise/tree/v1.1.1) (2022-10-20)
4+
5+
[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v1.1.0...v1.1.1)
6+
7+
**Fixed bugs:**
8+
9+
- Cannot make it work with Mongoid [\#244](https://github.com/graphql-devise/graphql_devise/issues/244)
10+
- Fix Mongoid Support [\#245](https://github.com/graphql-devise/graphql_devise/pull/245) ([jpmermoz](https://github.com/jpmermoz))
11+
312
## [v1.1.0](https://github.com/graphql-devise/graphql_devise/tree/v1.1.0) (2022-09-15)
413

514
[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v1.0.1...v1.1.0)

lib/graphql_devise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GraphqlDevise
4-
VERSION = '1.1.0'
4+
VERSION = '1.1.1'
55
end

0 commit comments

Comments
 (0)