diff --git a/CHANGELOG.md b/CHANGELOG.md index b64ea642a..38752b8ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v3.7.14](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.7.14) - 2024-06-04 + ### Added - Added config option `ui.max_file_length` to disable the UI for files with more than this many lines. Defaults to 5000. - Added config option `search_max_lines` (defaults to 1000) for controlling the max number of lines read from disk from note files during certain searches. -- Add FreeBSD support to ObsidianPasteImg command. +- Added FreeBSD support to `ObsidianPasteImg` command. ### Changed diff --git a/lua/obsidian/version.lua b/lua/obsidian/version.lua index 28f46e5f5..811035c2d 100644 --- a/lua/obsidian/version.lua +++ b/lua/obsidian/version.lua @@ -1 +1 @@ -return "3.7.13" +return "3.7.14"