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