Skip to content

Commit bf6b477

Browse files
committed
Bump version to v1.42.0
1 parent b53f08a commit bf6b477

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Master (Unreleased)
44

5+
## 1.42.0 (2020-07-09)
6+
7+
* Update RuboCop dependency to 0.87.0 because of changes to internal APIs. ([@bquorning][], [@Darhazer][])
8+
59
## 1.41.0 (2020-07-03)
610

711
* Extend the list of Rails spec types for `RSpec/DescribeClass`. ([@pirj][])

lib/rubocop/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module RSpec
55
# Version information for the RSpec RuboCop plugin.
66
module Version
7-
STRING = '1.41.0'
7+
STRING = '1.42.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)