diff --git a/Changelog.md b/Changelog.md index e05e4568d..1e257c201 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,11 +1,14 @@ ### Development -[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...main) +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.1...main) Enhancements: * Make the API request scaffold template more consistent and compatible with Rails 6.1. (Naoto Hamada, #2484) +### 5.0.1 / 2021-03-18 +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...v5.0.1) + Bug Fixes: * Limit multibyte example descriptions when used in system tests for #method_name