CHANGELOG.md in dry-files-0.1.0 vs CHANGELOG.md in dry-files-0.2.0
- old
+ new
@@ -1,6 +1,16 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
+## 0.2.0 2022-07-10
+
+
+### Added
+
+- Dry::Files#append to create intermediate directory and touch destination file (via #8) (@jodosha)
+
+
+[Compare v0.1.0...v0.2.0](https://github.com/dry-rb/dry-files/compare/v0.1.0...v0.2.0)
+
## 0.1.0 2021-05-04
Initial release
### Added