diff --git a/CHANGELOG.md b/CHANGELOG.md index a88d7f1..ca09b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/sequra/sequra-style/compare/v1.2.0...v1.3.0) (2024-12-02) + + +### Features + +* add Obsession/MethodOrder cop ([#32](https://github.com/sequra/sequra-style/issues/32)) ([e1511bb](https://github.com/sequra/sequra-style/commit/e1511bb5576c3b2d0e4cd28799ddb42a61913534)) + ## [1.2.0](https://github.com/sequra/sequra-style/compare/v1.1.0...v1.2.0) (2024-05-16) diff --git a/Gemfile.lock b/Gemfile.lock index ec59b1d..c42a8be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sequra-style (1.2.0) + sequra-style (1.3.0) rubocop (~> 1) rubocop-obsession (~> 0.1.11) rubocop-performance (~> 1) diff --git a/lib/sequra/style/version.rb b/lib/sequra/style/version.rb index 03b761a..fa30880 100644 --- a/lib/sequra/style/version.rb +++ b/lib/sequra/style/version.rb @@ -1,5 +1,5 @@ module Sequra module Style - VERSION = "1.2.0" + VERSION = "1.3.0" end end