Skip to content

Commit

Permalink
Revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Aug 21, 2017
1 parent 699c655 commit ac9f404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
0.8.13
------
#### Changes
* Fix for JSX encode argument error (#112)
- Skipping function option (ex. `path_encode_fun`) when encoding as json.

0.8.12
------
#### Changes
* Upgrade version for exjsx and excoveralls (#115)
* Upgrade version for exjsx and excoveralls (#115).
* Fix for JSX encode argument error (#112).
- Skipping function option (ex. `path_encode_fun`) when encoding as json.

0.8.11
------
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExVCR.Mixfile do

def project do
[ app: :exvcr,
version: "0.8.13",
version: "0.8.12",
elixir: "~> 1.0",
deps: deps(),
description: description(),
Expand Down

0 comments on commit ac9f404

Please sign in to comment.