From 26ba0f3ed13f5c90ace7691f310a3e3b2c08f84e Mon Sep 17 00:00:00 2001
From: Andreas Poehlmann <ap--@users.noreply.github.com>
Date: Thu, 19 Oct 2023 22:15:00 +0200
Subject: [PATCH] update changelog for release v0.1.4 (#159)

---
 CHANGELOG.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 253882fb..8e3c661b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.1.4]
+### Changed
+- upath: require fsspec>=2022.1.0 (#148).
+
+### Fixed
+- upath.implementation.local: fixes _kwargs in local sub paths (#158).
+- upath: fix iterdir trailing slash (#149).
+- upath: consistent glob behaviour for "**" patterns (#143).
+
 ## [0.1.3]
 ### Fixed
 - upath: restore compatibility with "fsspec<2022.03.0" in line with setup.cfg (#139).
@@ -83,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added
 - started a changelog to keep track of significant changes
 
-[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.1.3...HEAD
+[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.1.4...HEAD
+[0.1.4]: https://github.com/fsspec/universal_pathlib/compare/v0.1.3...v0.1.4
 [0.1.3]: https://github.com/fsspec/universal_pathlib/compare/v0.1.2...v0.1.3
 [0.1.2]: https://github.com/fsspec/universal_pathlib/compare/v0.1.1...v0.1.2
 [0.1.1]: https://github.com/fsspec/universal_pathlib/compare/v0.1.0...v0.1.1