diff --git a/CHANGELOG.md b/CHANGELOG.md index 06639a8..f64c187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.17.0 / 2022-04-28 + +### Features + +* Allow ARIA attributes. [[#232](https://github.com/flavorjones/loofah/issues/232), [#233](https://github.com/flavorjones/loofah/issues/233)] (Thanks, [@nick-desteffen](https://github.com/nick-desteffen)!) + + ## 2.16.0 / 2022-04-01 ### Features diff --git a/lib/loofah/version.rb b/lib/loofah/version.rb index ad40a17..4387345 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.16.0" + VERSION = "2.17.0" end