From 781ecd06f2611b58585cb4f9d2be38326e88fcc5 Mon Sep 17 00:00:00 2001 From: Pedro Paiva Date: Wed, 22 Dec 2021 19:34:32 -0300 Subject: [PATCH] Bump version to 5.1.0 (#1470) --- 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 008b01ed1..2545bf902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 5.1.0 - 2021-12-22 ### Bug fixes diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index 4b50d7f08..cb45ee748 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '5.0.0'.freeze + VERSION = '5.1.0'.freeze end end