From cb4adcbaf468ac10e9cab6ef524e78c918aa6c81 Mon Sep 17 00:00:00 2001 From: Murray Steele Date: Wed, 21 Feb 2018 12:02:30 +0000 Subject: [PATCH] Release version 5.5.0 Includes: * #124 - ignoring links with a blank or missing href when extracting links --- CHANGELOG.md | 3 +++ lib/govspeak/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44febaee..b0c65d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 5.5.0 +* Ignore links with blank or missing `href`s when extracting links from a document with `Govspeak::Document#extracted_links` [#124](https://github.com/alphagov/govspeak/pull/124) + ## 5.4.0 * Add an optional `website_root` argument to `Govspeak::Document#extracted_links` in order to get all links as fully qualified URLs [#122](https://github.com/alphagov/govspeak/pull/122) diff --git a/lib/govspeak/version.rb b/lib/govspeak/version.rb index 0b11d0f2..a3ed7e74 100644 --- a/lib/govspeak/version.rb +++ b/lib/govspeak/version.rb @@ -1,3 +1,3 @@ module Govspeak - VERSION = "5.4.0".freeze + VERSION = "5.5.0".freeze end