CHANGELOG.md in rubocop-rake-0.2.0 vs CHANGELOG.md in rubocop-rake-0.3.0
- old
+ new
@@ -10,14 +10,24 @@
### Changes
-->
+## 0.3.0 (2019-09-25)
+
+### New features
+
+* [#6](https://github.com/rubocop-hq/rubocop-rake/issues/6): Add `Rake/ClassDefinitionInTask` cop. ([@pocke][])
+
+### Bug fixes
+
+* [#8](https://github.com/rubocop-hq/rubocop-rake/issues/8): Make Rake/Desc to not require description for the default task. ([@pocke][])
+
## 0.2.0 (2019-09-17)
### New features
-* [#5](https://github.com/pocke/rubocop-rake): Add `Rake/MethodDefinitionInTask`. ([@pocke][])
+* [#5](https://github.com/rubocop-hq/rubocop-rake/pull/5): Add `Rake/MethodDefinitionInTask`. ([@pocke][])
## 0.1.0 (2019-09-04)
### New features