diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5dfe1..988fad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 34fbdb0..8f87ab4 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index da020e4..44e6ffb 100644 --- a/mix.exs +++ b/mix.exs @@ -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. """