diff --git a/CHANGELOG.md b/CHANGELOG.md index 963b315..5bc3962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/sequra/sequra-style/compare/v1.0.1...v1.0.2) (2024-03-15) + + +### Bug Fixes + +* add note about severity level for restricting changes ([#23](https://github.com/sequra/sequra-style/issues/23)) ([9978874](https://github.com/sequra/sequra-style/commit/99788746845c79e9e7239edd49df1286a9e38a5f)) + ## [1.0.1](https://github.com/sequra/sequra-style/compare/v1.0.0...v1.0.1) (2024-03-14) diff --git a/Gemfile.lock b/Gemfile.lock index 44a9786..eeab0ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sequra-style (1.0.1) + sequra-style (1.0.2) rubocop (~> 1) rubocop-performance (~> 1) rubocop-rails (~> 2)