From 91151c055637d8983509fcdf887fa74f1e6faa72 Mon Sep 17 00:00:00 2001 From: keepcosmos Date: Tue, 22 Nov 2016 13:50:55 +0900 Subject: [PATCH] update to 0.5.2 --- CHANGELOG.md | 3 +++ mix.exs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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. """