CHANGELOG.md in dry-files-1.0.2 vs CHANGELOG.md in dry-files-1.1.0
- old
+ new
@@ -1,12 +1,23 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
+## 1.1.0 2023-10-18
+
+
+### Added
+
+- Add `Dry::Files#chmod(path, mode)` to modify file permissions. Provide the mode as an integer
+to match UNIX octal permissions, such as `0o755`. (@timriley in #18)
+
+
+[Compare v1.0.2...v1.1.0](https://github.com/dry-rb/dry-files/compare/v1.0.2...v1.1.0)
+
## 1.0.2 2023-10-03
### Fixed
-- Ensure Dry::Files#inject_line_at_block_bottom to not match false positive closing blocks (@jodosha in #17)
+- Ensure `Dry::Files#inject_line_at_block_bottom` to not match false positive closing blocks (@jodosha in #17)
[Compare v1.0.1...v1.0.2](https://github.com/dry-rb/dry-files/compare/v1.0.1...v1.0.2)
## 1.0.1 2022-11-21