diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b4059..83f66e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## next / unreleased +## 2.14.0 / 2022-02-11 ### Features -* The `#to_text` method on `Loofah::HTML::{Document,DocumentFragment}` replaces `
` linebreak elements with a newline. [[#225](https://github.com/flavorjones/loofah/issues/225)] +* The `#to_text` method on `Loofah::HTML::{Document,DocumentFragment}` replaces `
` line break elements with a newline. [[#225](https://github.com/flavorjones/loofah/issues/225)] ## 2.13.0 / 2021-12-10 diff --git a/lib/loofah/version.rb b/lib/loofah/version.rb index 2e526c1..53a26fc 100644 --- a/lib/loofah/version.rb +++ b/lib/loofah/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Loofah # The version of Loofah you are using - VERSION = "2.13.0" + VERSION = "2.14.0" end