From f4f93fbdc4fcd7fd0f4f1637f3596fdf016e24f8 Mon Sep 17 00:00:00 2001 From: Matheus Sales Date: Tue, 13 Aug 2024 10:08:33 -0300 Subject: [PATCH] chore: bump version to 6.3.1 [ci skip] --- CHANGELOG.md | 10 ++++++++++ lib/shoulda/matchers/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8bd677a5..d8050adbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 6.3.1 - 2024-08-13 + +## What's Changed + +### Bug fixes + +* Ensure DefineEnumForMatcher#validating handles Hash enum values correctly by @mi-wada ([#1646]) + +[#1646]: https://github.com/thoughtbot/shoulda-matchers/pull/1646 + ## 6.3.0 - 2024-08-09 ## What's Changed diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index 10bd573a0..44106243f 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '6.3.0'.freeze + VERSION = '6.3.1'.freeze end end