From b3c792338a0fbfeda1d4de54c4e2a96f9c2836fc Mon Sep 17 00:00:00 2001 From: Pedro Paiva Date: Fri, 4 Jun 2021 18:00:57 -0300 Subject: [PATCH] Bump version to 5.0.0.rc1 (#1443) --- CHANGELOG.md | 2 +- lib/shoulda/matchers/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50646d66..5957d36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 5.0.0.rc1 - 2021-06-04 ### Bug fixes diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index dd56a883..5be1b7a8 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '4.5.1'.freeze + VERSION = '5.0.0.rc1'.freeze end end