diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4740807..8997489ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v3.5.1](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.5.1) - 2024-02-24 + +Minor internal improvements. + ## [v3.5.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.5.0) - 2024-02-23 ### Added diff --git a/lua/obsidian/version.lua b/lua/obsidian/version.lua index f2d1f424d..cea0b8872 100644 --- a/lua/obsidian/version.lua +++ b/lua/obsidian/version.lua @@ -1 +1 @@ -return "3.5.0" +return "3.5.1"