diff --git a/CHANGELOG.md b/CHANGELOG.md index e889df9b4..ca6893d61 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.10](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.7.10) - 2024-04-19 + ### Fixed - Fixed bug with OS detection introduced by 6ffd1964500d24c1adde3c88705b146d9c415207. diff --git a/lua/obsidian/version.lua b/lua/obsidian/version.lua index eb95f3866..bbbef47e5 100644 --- a/lua/obsidian/version.lua +++ b/lua/obsidian/version.lua @@ -1 +1 @@ -return "3.7.9" +return "3.7.10"