CHANGELOG.md in rubocop-ruby2_7-1.1.1 vs CHANGELOG.md in rubocop-ruby2_7-1.1.2
- old
+ new
@@ -8,10 +8,19 @@
### Added
### Changed
### Fixed
### Removed
+## [1.1.2] 2023-02-01
+### Fixed
+* Stop defining global variable in version.rb
+### Changed
+* Upgraded to RuboCop v1.44.1
+ * Compatible with rubocop-packaging ~> 0.5.2
+* Improved development documentation
+* Improved documentation on SemVer adherence
+
## [1.1.1] 2022-12-20
### Fixed
* Documentation of Three Guarantees:
* `rubocop-ruby2_7` (this gem) will install a version of `rubocop` which will
**install** on (1), **run** on (2), and **analyze code** (3) intended to support any version of Ruby >= 2.7.
@@ -58,10 +67,11 @@
## [1.0.0] 2022-05-01
### Added
* Initial release
-[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.1.1...HEAD
+[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.1.2...HEAD
+[1.1.2]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.6...v1.1.0
[1.0.6]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.3...v1.0.4