Skip to content

Commit c100cf1

Browse files
committed
v4.1.1
1 parent e9c8d4c commit c100cf1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 4.1.1 / 2021-03-09
2+
3+
Bug Fixes:
4+
5+
* Remove generated specs when destroying a generated controller.
6+
(@Naokimi, #2475)
7+
18
### 4.1.0 / 2021-03-06
29
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.2...v4.1.0)
310

lib/rspec/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Rails
33
# Version information for RSpec Rails.
44
module Version
55
# Current version of RSpec Rails, in semantic versioning format.
6-
STRING = '4.1.0'
6+
STRING = '4.1.1'
77
end
88
end
99
end

0 commit comments

Comments
 (0)