Skip to content

Commit

Permalink
Bump version to 1.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Oct 20, 2020
1 parent e7dc4d4 commit 137dc91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## Master (Unreleased)

## 1.44.1 (2020-10-20)

* Relax `rubocop-ast` version constraint. ([@PhilCoggins][])

## 1.44.0 (2020-10-20)

* Move our documentation from rubocop-rspec.readthedocs.io to docs.rubocop.org/rubocop-rspec. ([@bquorning][])
Expand Down Expand Up @@ -566,3 +570,4 @@ Compatibility release so users can upgrade RuboCop to 0.51.0. No new features.
[@biinari]: https://github.com/biinari
[@koic]: https://github.com/koic
[@Rafix02]: https://github.com/Rafix02
[@PhilCoggins]: https://github.com/PhilCoggins
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '1.44.0'
STRING = '1.44.1'
end
end
end

0 comments on commit 137dc91

Please sign in to comment.