diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f3e0b..d072af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ +## 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