diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5fbbd4e..55f134e5a 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.1.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.1.0) - 2024-02-12 + ### Added - Added descriptions to all commands. diff --git a/lua/obsidian/version.lua b/lua/obsidian/version.lua index d3dba7ca3..dc5076ab1 100644 --- a/lua/obsidian/version.lua +++ b/lua/obsidian/version.lua @@ -1 +1 @@ -return "3.0.0" +return "3.1.0"