From ae1f76a75c7ce36866e1d9342a8f6f5b9c2caf9b Mon Sep 17 00:00:00 2001 From: epwalsh Date: Thu, 11 Jul 2024 10:04:38 -0700 Subject: [PATCH] chore(release): bump version to v3.9.0 for release --- CHANGELOG.md | 2 ++ lua/obsidian/version.lua | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b495ef95..e4212d05a 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.9.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.9.0) - 2024-07-11 + ### Added - Added `:ObsidianTOC` command for loading the table of contents of the current note into a picker list. diff --git a/lua/obsidian/version.lua b/lua/obsidian/version.lua index 112b86f91..96d97ee72 100644 --- a/lua/obsidian/version.lua +++ b/lua/obsidian/version.lua @@ -1 +1 @@ -return "3.8.1" +return "3.9.0"