We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a1285 commit 5c07f3bCopy full SHA for 5c07f3b
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.8.10
2
+------
3
+#### Changes
4
+* Fix for TLS 1.2 ssl doesn't work for hackney (httpoison) (#105).
5
+
6
0.8.9
7
------
8
#### Enhancements
mix.exs
@@ -3,7 +3,7 @@ defmodule ExVCR.Mixfile do
def project do
[ app: :exvcr,
- version: "0.8.9",
+ version: "0.8.10",
elixir: "~> 1.0",
deps: deps(),
9
description: description(),
0 commit comments