diff --git a/HISTORY.md b/HISTORY.md index bccce39..8536a0e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,12 @@ # Sanitize History +## 4.6.0 (2018-01-29) + +* Loosened the Nokogumbo dependency to allow installing semver-compatible + versions greater than or equal to v1.4. [@rafbm - #171][171] + +[171]:https://github.com/rgrove/sanitize/pull/171 + ## 4.5.0 (2017-06-04) * Added SVG-related CSS properties to the relaxed config. See [the diff][161] diff --git a/lib/sanitize/version.rb b/lib/sanitize/version.rb index cdb68b1..849b38a 100644 --- a/lib/sanitize/version.rb +++ b/lib/sanitize/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 class Sanitize - VERSION = '4.5.0' + VERSION = '4.6.0' end