Skip to content

Commit

Permalink
Release version 5.5.0
Browse files Browse the repository at this point in the history
Includes:

* #124 - ignoring links with a blank or missing href when extracting links
  • Loading branch information
h-lame committed Feb 21, 2018
1 parent e84971b commit cb4adcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/govspeak/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Govspeak
VERSION = "5.4.0".freeze
VERSION = "5.5.0".freeze
end

0 comments on commit cb4adcb

Please sign in to comment.