CHANGELOG.md in dry-view-0.5.0 vs CHANGELOG.md in dry-view-0.5.1
- old
+ new
@@ -1,10 +1,18 @@
+# 0.5.1 / 2018-02-20
+
+### Added
+
+- Exposures are inherited from parent view controller classes (GustavoCaso)
+
+[Compare v0.5.0...v0.5.1](https://github.com/dry-rb/dry-view/compare/v0.5.0...v0.5.1)
+
# 0.5.0 / 2018-01-23
### Added
-* Support for parts with decorated attributes (timriley + GustavoCaso)
-* Ability to easily create another part instance via `Part#new` (GustavoCaso)
+- Support for parts with decorated attributes (timriley + GustavoCaso)
+- Ability to easily create another part instance via `Part#new` (GustavoCaso)
[Compare v0.4.0...v0.5.0](https://github.com/dry-rb/dry-view/compare/v0.4.0...v0.5.0)
# 0.4.0 / 2017-11-01