From 7e07f7a2703a90a209c53822cb714c4c0c7c3c87 Mon Sep 17 00:00:00 2001 From: Richard Boehme Date: Mon, 16 May 2022 09:12:07 +0200 Subject: [PATCH] Release v3.2.0 --- CHANGES.md | 1 + lib/representable/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 03823a41..f57998c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ # 3.2.0 * Drop support for Virtus Coercion +* Fix deprecation warning with Nokogiri 1.13.0 # 3.1.1 diff --git a/lib/representable/version.rb b/lib/representable/version.rb index 3609fc40..313fc81e 100644 --- a/lib/representable/version.rb +++ b/lib/representable/version.rb @@ -1,3 +1,3 @@ module Representable - VERSION = "3.1.1" + VERSION = "3.2.0" end