CHANGELOG.md in shaped-0.7.0 vs CHANGELOG.md in shaped-0.7.1
- old
+ new
@@ -1,4 +1,8 @@
+## v0.7.1 (2020-07-02)
+### Internal
+- Source Rubocop rules/config from `runger_style` gem
+
## v0.7.0 (2020-06-24)
### BREAKING CHANGES
- Rename the `Or` shape to `Any`
- Add a `Method` shape (where the shape description is the name of a method which, when called on a
test object, must return a truthy value). This is a breaking change because the `Shaped::Shape`