Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit a556a57

Browse files
committed
Release v0.4.0
1 parent 69afc4a commit a556a57

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ one of the following labels: `Added`, `Changed`, `Deprecated`,
88
to manage the versions of this gem so
99
that you can set version constraints properly.
1010

11-
#### [Unreleased](https://github.com/exAspArk/graphql-errors/compare/v0.3.0...HEAD)
11+
#### [Unreleased](https://github.com/exAspArk/graphql-errors/compare/v0.4.0...HEAD)
1212

1313
* WIP
1414

15+
#### [v0.4.0](https://github.com/exAspArk/graphql-errors/compare/v0.3.0...v0.4.0) – 2019-11-12
16+
17+
* `Added`: handle `rescue_from` Module arguments. [#19](https://github.com/exAspArk/graphql-errors/pull/19)
18+
1519
#### [v0.3.0](https://github.com/exAspArk/graphql-errors/compare/v0.2.0...v0.3.0) – 2018-12-17
1620

1721
* `Added`: handle errors from lazy resolvers. [#14](https://github.com/exAspArk/graphql-errors/pull/14)

lib/graphql/errors/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module GraphQL
44
class Errors
5-
VERSION = "0.3.0"
5+
VERSION = "0.4.0"
66
end
77
end

0 commit comments

Comments
 (0)