Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Feb 25, 2018
1 parent 39cb719 commit fdf5988
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.10.1
------
#### Changes
* Update dependencies.
- Bump dependencies (#128).
- Update HTTPoison dependency (#129).

0.10.0
------
#### Changes
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.10.0",
version: "0.10.1",
elixir: "~> 1.3",
deps: deps(),
description: description(),
Expand Down

0 comments on commit fdf5988

Please sign in to comment.