CHANGELOG.md in rubocop-ruby2_7-1.0.6 vs CHANGELOG.md in rubocop-ruby2_7-1.1.0
- old
+ new
@@ -4,17 +4,24 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
-
### Changed
-
### Fixed
-
### Removed
+## [1.1.0] 2022-12-19
+### Added
+* More Linting Rules
+* Improved Rakefile for YARD docs
+* Improved Documentation related to Three Guarantees
+* Updated Ruby Version Support in Readme
+* Improved documentation
+### Changed
+* Rubocop => RuboCop typo repair in documentation
+
## [1.0.6] 2022-06-08
### Changed
* Update to rubocop 1.30.1
* Removed test_files from gemspec
* Add binstubs for bundle, rake, rspec, and rubocop
@@ -43,10 +50,11 @@
## [1.0.0] 2022-05-01
### Added
* Initial release
-[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.6...HEAD
+[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.1.0...HEAD
+[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
[1.0.3]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.1...v1.0.2