Skip to content

Commit

Permalink
Bump version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Nov 6, 2016
1 parent c004b8d commit d5dd552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

# Unreleased
# 0.10.0 (2016-11-06)

* Add support for http over unix sockets - requires hackney >= 1.6.3, erlang >= 19. (#185).
* Add support for hackney async once & stream_next/1

# 0.9.2 (2016-09-27)

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

def project do
[ app: :httpoison,
version: "0.9.2",
version: "0.10.0",
elixir: "~> 1.2",
name: "HTTPoison",
description: @description,
Expand Down

0 comments on commit d5dd552

Please sign in to comment.