diff --git a/CHANGELOG.md b/CHANGELOG.md index 988fad6..45f1142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [0.6.2] - 2015.11.22 +- Scope the title tag selector to the head element + ## [0.6.1] - 2015.11.07 - Fix `httpoison_options` default option error diff --git a/mix.exs b/mix.exs index 44e6ffb..73e370b 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Readability.Mixfile do @moduledoc """ """ - @version "0.6.1" + @version "0.6.2" @description """ Readability library for extracting and curating articles. """