diff --git a/Changelog.md b/Changelog.md index 572803ae8..427eaa7df 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### Development -[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.0.2...6-0-maintenance) +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.0.3...6-0-maintenance) + +### 6.0.3 / 2023-05-31 +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.0.2...v6.0.3) Bug Fixes: diff --git a/lib/rspec/rails/version.rb b/lib/rspec/rails/version.rb index c5bfed44b..2019105de 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 = '6.0.2' + STRING = '6.0.3' end end end