Skip to content

Commit

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

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

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

**Implemented enhancements:**

- Do nothing if forgery protection enabled in ApplicationController [\#93](https://github.com/graphql-devise/graphql_devise/pull/93) ([mcelicalderon](https://github.com/mcelicalderon))

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

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

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.3'.freeze
VERSION = '0.11.4'.freeze
end

0 comments on commit aa9ac82

Please sign in to comment.