CHANGELOG.md in rubocop-rspec-1.11.0 vs CHANGELOG.md in rubocop-rspec-1.12.0
- old
+ new
@@ -1,9 +1,14 @@
# Change log
-## Master (unreleased)
+## Master (Unreleased)
+## 1.12.0 (2017-02-21)
+
+* Add `RSpec/InstanceSpy` cop. ([@Darhazer][])
+* Add `RSpec/BeforeAfterAll` for avoiding leaky global test setup. ([@cfabianski][])
+
## 1.11.0 (2017-02-16)
* Add `AroundBlock` cop. ([@Darhazer][])
* Add `EnforcedStyle` configuration for `RSpec/DescribedClass` cop. ([@Darhazer][])
* Fix false positive for `RSpec/RepeatedExample` cop. ([@redross][])
@@ -178,5 +183,6 @@
[@jeffreyc]: https://github.com/jeffreyc
[@clupprich]: https://github.com/clupprich
[@onk]: https://github.com/onk
[@Darhazer]: https://github.com/Darhazer
[@redross]: https://github.com/redross
+[@cfabianski]: https://github.com/cfabianski