diff --git a/CHANGELOG.md b/CHANGELOG.md index 0217af0fe..f02c11b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v3.7.12](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.7.12) - 2024-05-02 + ### Changed - Renamed config field `templates.subdir` to `templates.folder` (`subdir` still supported for backwards compat). diff --git a/lua/obsidian/version.lua b/lua/obsidian/version.lua index 8eafa6257..08fabb9e9 100644 --- a/lua/obsidian/version.lua +++ b/lua/obsidian/version.lua @@ -1 +1 @@ -return "3.7.11" +return "3.7.12"