Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrieken committed May 17, 2018
1 parent 3298a26 commit 772e100
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.6.0

### Backwards-Incompatible Changes

* Support elixir >= 1.4
* Update exjsx to 4.0.0


## v0.5.0

### Backwards-Incompatible Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Test That JSON! has extensive tests, but they're mostly written as [ESpec](https
```elixir
def deps do
[
{:test_that_json, "~> 0.5.0", only: :test},
{:test_that_json, "~> 0.6.0", only: :test},
]
end
```
Expand Down

0 comments on commit 772e100

Please sign in to comment.