Skip to content

Commit

Permalink
Bump version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Jul 10, 2021
1 parent f5f68fa commit 106e576
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 5.0.0 - 2021-07-09

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ Start by including `shoulda-matchers` in your Gemfile:

```ruby
group :test do
gem 'shoulda-matchers', '~> 4.0'
gem 'shoulda-matchers', '~> 5.0'
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/shoulda/matchers/version.rb
@@ -1,6 +1,6 @@
module Shoulda
module Matchers
# @private
VERSION = '5.0.0.rc1'.freeze
VERSION = '5.0.0'.freeze
end
end

0 comments on commit 106e576

Please sign in to comment.