Skip to content

Commit 8b353fd

Browse files
committed
bump version
1 parent 076d024 commit 8b353fd

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
### Features
55
* Better error messages for `assert_response_matches`, now showing GraphQL errors if they exist.
66

7+
### Bugs
8+
* Fix compilation error with Elixir 1.12
9+
710
## 0.18.0
811
### Features
912
* Exports `locals_without_parens` in the `.formatter.exs` so people can use these assertions

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Assertions.MixProject do
44
def project do
55
[
66
app: :assertions,
7-
version: "0.18.1",
7+
version: "0.19.0",
88
elixir: "~> 1.7",
99
deps: deps(),
1010
description: description(),

0 commit comments

Comments
 (0)