diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9a44f..35bb252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ For a list of breaking changes, check [here](#breaking-changes). Babashka [fs](https://github.com/babashka/fs): file system utility library for Clojure -## v?? -- [#97](https://github.com/babashka/fs/issues/97): add `file-owner` function +## v0.4.19 (2023-05-24) + +- [#97](https://github.com/babashka/fs/issues/97): add `owner` function to retrieve owner of a file or directory ([@emilaasa](https://github.com/emilaasa)) ## v0.4.18 (2023-05-11) diff --git a/project.clj b/project.clj index 4086da9..55e4244 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject babashka/fs "0.4.18" +(defproject babashka/fs "0.4.19" :description "Babashka file system utilities." :url "https://github.com/babashka/fs" :scm {:name "git"