Skip to content

Commit

Permalink
Update CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Jul 10, 2016
1 parent f60202f commit ff41fb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,9 @@
0.7.5
0.8.0
------
#### Changes
* Update dependencies.
- Update httpotion dependency to 3.0 (#63).

#### Enhancements
* Support regexp request_body pattern (#62).

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule ExVCR.Mixfile do

def project do
[ app: :exvcr,
version: "0.7.5",
version: "0.8.0",
elixir: "~> 1.0",
deps: deps,
description: description,
Expand Down

0 comments on commit ff41fb1

Please sign in to comment.