Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
devonestes committed Oct 15, 2021
1 parent 076d024 commit 8b353fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
### Features
* Better error messages for `assert_response_matches`, now showing GraphQL errors if they exist.

### Bugs
* Fix compilation error with Elixir 1.12

## 0.18.0
### Features
* Exports `locals_without_parens` in the `.formatter.exs` so people can use these assertions
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Assertions.MixProject do
def project do
[
app: :assertions,
version: "0.18.1",
version: "0.19.0",
elixir: "~> 1.7",
deps: deps(),
description: description(),
Expand Down

0 comments on commit 8b353fd

Please sign in to comment.