From 8a701024bd0a1a3219d1a5786ca3dd928f827436 Mon Sep 17 00:00:00 2001 From: Pedro Paiva Date: Sat, 17 Sep 2022 11:04:15 -0300 Subject: [PATCH] Bump version to 5.2.0 (#1507) --- CHANGELOG.md | 3 +-- lib/shoulda/matchers/version.rb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e12fec..dfd6a743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # Changelog -## Unreleased - +## 5.2.0 - 2022-09-15 ### Features diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index cb45ee74..1f991259 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '5.1.0'.freeze + VERSION = '5.2.0'.freeze end end