httpoison default option error
This commit is contained in:
parent
6cd3196aff
commit
821ab0e095
|
@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [0.6.1] - 2015.11.07
|
||||||
|
- Fix `httpoison_options` default option error
|
||||||
|
|
||||||
## [0.6.0] - 2016.11.06
|
## [0.6.0] - 2016.11.06
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -14,7 +14,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
def deps do
|
def deps do
|
||||||
[{:readability, "~> 0.6.0"}]
|
[{:readability, "~> 0.6.1"}]
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue