release 0.6.0
This commit is contained in:
parent
688933ebd2
commit
6cd3196aff
|
@ -5,8 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [0.6.0] - 2016.11.06
|
||||
|
||||
### Added
|
||||
- Add `httpoison_options` support to config
|
||||
- Improve Title extractor
|
||||
|
||||
## [0.5.2] - 2016.08.19
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
|
|||
|
||||
```elixir
|
||||
def deps do
|
||||
[{:readability, "~> 0.5.0"}]
|
||||
[{:readability, "~> 0.6.0"}]
|
||||
end
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue