From 6820f9f62c3c145386ec8994442e482ef6ba8a37 Mon Sep 17 00:00:00 2001
From: Mike Dalessio <mike.dalessio@gmail.com>
Date: Sun, 6 Jun 2021 13:00:15 -0400
Subject: [PATCH] version bump to v2.10.0, and update CHANGELOG

---
 CHANGELOG.md          | 7 +++++++
 lib/loofah/version.rb | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

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