diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc6cc1..9191e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/sequra/sequra-style/compare/v1.0.3...v1.1.0) (2024-04-03) + + +### Features + +* add Layout/AccessModifierIndentation ([#22](https://github.com/sequra/sequra-style/issues/22)) ([3fb4ece](https://github.com/sequra/sequra-style/commit/3fb4ecef5ee89e78592f4658b904c84ff98df953)) + ## [1.0.3](https://github.com/sequra/sequra-style/compare/v1.0.2...v1.0.3) (2024-03-15) diff --git a/Gemfile.lock b/Gemfile.lock index 1a27d2c..5c61cd3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sequra-style (1.0.3) + sequra-style (1.1.0) rubocop (~> 1) rubocop-performance (~> 1) rubocop-rails (~> 2) diff --git a/lib/sequra/style/version.rb b/lib/sequra/style/version.rb index 227947f..133ca0f 100644 --- a/lib/sequra/style/version.rb +++ b/lib/sequra/style/version.rb @@ -1,5 +1,5 @@ module Sequra module Style - VERSION = "1.0.3" + VERSION = "1.1.0" end end