diff --git a/CHANGELOG.md b/CHANGELOG.md index 6966591..2227cc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.10.0 / 2021-06-06 + +### Features + +* Allow CSS properties `overflow-x` and `overflow-y`. [[#206](https://github.com/flavorjones/loofah/issues/206)] (Thanks, [@sampokuokkanen](https://github.com/sampokuokkanen)!) + + ## 2.9.1 / 2021-04-07 ### Bug fixes diff --git a/lib/loofah/version.rb b/lib/loofah/version.rb index ae7a7a9..0b4a51b 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.9.1" + VERSION = "2.10.0" end