diff --git a/Changelog.md b/Changelog.md index 15b62aad3d..a3df08ee52 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,5 @@ -### Development -[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.2...main) +### 4.1.0 / 2021-03-06 +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.2...v4.1.0) Enhancements: diff --git a/lib/rspec/rails/version.rb b/lib/rspec/rails/version.rb index da39cedc99..a04efb7de2 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.pre' + STRING = '4.1.0' end end end