diff --git a/Changelog.md b/Changelog.md index a3df08ee5..3ce3bc87f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +### 4.1.1 / 2021-03-09 + +Bug Fixes: + +* Remove generated specs when destroying a generated controller. + (@Naokimi, #2475) + ### 4.1.0 / 2021-03-06 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.2...v4.1.0) diff --git a/lib/rspec/rails/version.rb b/lib/rspec/rails/version.rb index a04efb7de..6d9bd7f34 100644 --- a/lib/rspec/rails/version.rb +++ b/lib/rspec/rails/version.rb @@ -3,7 +3,7 @@ module Rails # Version information for RSpec Rails. module Version # Current version of RSpec Rails, in semantic versioning format. - STRING = '4.1.0' + STRING = '4.1.1' end end end