From 4ea3d8ec48563f19c0927153ae1217fd9aa3d962 Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Wed, 6 Jan 2021 10:08:47 -0800 Subject: [PATCH] Release 5.2.2 --- HISTORY.md | 9 +++++++++ lib/sanitize/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d28d4c4..bb064be 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,14 @@ # Sanitize History +## 5.2.2 (2021-01-06) + +### Bug Fixes + +* Fixed a deprecation warning in Ruby 2.7+ when using keyword arguments in a + custom transformer. [@mscrivo - #206][206] + +[206]:https://github.com/rgrove/sanitize/pull/206 + ## 5.2.1 (2020-06-16) ### Bug Fixes diff --git a/lib/sanitize/version.rb b/lib/sanitize/version.rb index 3049cc9..7be4bf7 100644 --- a/lib/sanitize/version.rb +++ b/lib/sanitize/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 class Sanitize - VERSION = '5.2.1' + VERSION = '5.2.2' end