Skip to content

Commit

Permalink
Merge pull request #264 from graphql-devise/bump-version-1.4.0
Browse files Browse the repository at this point in the history
Bump to v1.4.0
  • Loading branch information
mcelicalderon committed Oct 30, 2023
2 parents 28d9b12 + 413aa79 commit abb5dfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [v1.4.0](https://github.com/graphql-devise/graphql_devise/tree/v1.4.0) (2023-10-30)

[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v1.3.0...v1.4.0)

**Implemented enhancements:**

- Add ability to customize raise\_user\_error\_list method [\#262](https://github.com/graphql-devise/graphql_devise/issues/262)
- Allow defining a custom raise\_user\_error\_list method [\#263](https://github.com/graphql-devise/graphql_devise/pull/263) ([mcelicalderon](https://github.com/mcelicalderon))
- Create pt-BR.yml [\#260](https://github.com/graphql-devise/graphql_devise/pull/260) ([celsoMartins](https://github.com/celsoMartins))

## [v1.3.0](https://github.com/graphql-devise/graphql_devise/tree/v1.3.0) (2023-09-01)

[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v1.2.0...v1.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql_devise/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GraphqlDevise
VERSION = '1.3.0'
VERSION = '1.4.0'
end

0 comments on commit abb5dfb

Please sign in to comment.