Skip to content

Commit fdf5988

Browse files
committed
Bump version and update CHANGELOG
1 parent 39cb719 commit fdf5988

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.10.1
2+
------
3+
#### Changes
4+
* Update dependencies.
5+
- Bump dependencies (#128).
6+
- Update HTTPoison dependency (#129).
7+
18
0.10.0
29
------
310
#### Changes

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ExVCR.Mixfile do
33

44
def project do
55
[ app: :exvcr,
6-
version: "0.10.0",
6+
version: "0.10.1",
77
elixir: "~> 1.3",
88
deps: deps(),
99
description: description(),

0 commit comments

Comments
 (0)