httpoison default option error

This commit is contained in:
keepcosmos 2016-11-07 14:04:31 +09:00
parent 6cd3196aff
commit 821ab0e095
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## [0.6.1] - 2015.11.07
- Fix `httpoison_options` default option error
## [0.6.0] - 2016.11.06
### Added

View File

@ -14,7 +14,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
```elixir
def deps do
[{:readability, "~> 0.6.0"}]
[{:readability, "~> 0.6.1"}]
end
```

View File

@ -2,7 +2,7 @@ defmodule Readability.Mixfile do
@moduledoc """
"""
@version "0.6.0"
@version "0.6.1"
@description """
Readability library for extracting and curating articles.
"""