diff --git a/CHANGELOG.md b/CHANGELOG.md index a33cc9f..51a3fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.5.1](https://github.com/jellydn/hurl.nvim/compare/v1.5.0...v1.5.1) (2024-06-10) + +### Bug Fixes + +- **split:** no fold find if foldexpr setup ([#166](https://github.com/jellydn/hurl.nvim/issues/166)) ([42df991](https://github.com/jellydn/hurl.nvim/commit/42df991fc28f0099e1965f2fedbfa96f8d00a73b)) + ## [1.5.0](https://github.com/jellydn/hurl.nvim/compare/v1.4.0...v1.5.0) (2024-05-28) ### Features diff --git a/version.txt b/version.txt index bc80560..26ca594 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.5.0 +1.5.1