Skip to content

Commit

Permalink
Bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcelicalderon committed Sep 1, 2023
1 parent 4ffeeeb commit c2c98f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog

## [v1.2.0](https://github.com/graphql-devise/graphql_devise/tree/v1.2.0) (2022-11-14)
## [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)

**Implemented enhancements:**

- Support graphql v2.1 [\#257](https://github.com/graphql-devise/graphql_devise/pull/257) ([mcelicalderon](https://github.com/mcelicalderon))

## [v1.2.0](https://github.com/graphql-devise/graphql_devise/tree/v1.2.0) (2022-11-21)

[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v1.1.1...v1.2.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.2.0'
VERSION = '1.3.0'
end

0 comments on commit c2c98f9

Please sign in to comment.