Skip to content

Commit

Permalink
Bump to v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcelicalderon committed May 23, 2020
1 parent d19e73e commit 3b79f93
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## [v0.11.2](https://github.com/graphql-devise/graphql_devise/tree/v0.11.2) (2020-05-06)
## [v0.11.3](https://github.com/graphql-devise/graphql_devise/tree/v0.11.3) (2020-05-22)

[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.11.2...v0.11.3)

**Implemented enhancements:**

- Default `change\_headers\_on\_each\_request` to false [\#76](https://github.com/graphql-devise/graphql_devise/issues/76)
- Replace the auth model concern on generator execution [\#53](https://github.com/graphql-devise/graphql_devise/issues/53)
- Generator. Use our modules, change defaults [\#91](https://github.com/graphql-devise/graphql_devise/pull/91) ([mcelicalderon](https://github.com/mcelicalderon))

## [v0.11.2](https://github.com/graphql-devise/graphql_devise/tree/v0.11.2) (2020-05-07)

[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.11.1...v0.11.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/graphql_devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GraphqlDevise
VERSION = '0.11.2'.freeze
VERSION = '0.11.3'.freeze
end

0 comments on commit 3b79f93

Please sign in to comment.