Skip to content

Commit

Permalink
release: Bump version to 6.0.0 [skip ci] (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsales28 committed Dec 22, 2023
1 parent 6362b21 commit 4cfa6e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 6.0.0 - 2022-12-22

### Backward-incompatible changes

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -409,6 +409,8 @@ about any of them, make sure to [consult the documentation][rubydocs]!
usage of the `serialize` macro.
* **[validate_uniqueness_of](lib/shoulda/matchers/active_record/validate_uniqueness_of_matcher.rb)**
tests usage of `validates_uniqueness_of`.
* **[normalize](lib/shoulda/matchers/active_record/normalize_matcher.rb)** tests
usage of the `normalize` macro

### ActionController matchers

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

0 comments on commit 4cfa6e7

Please sign in to comment.