From be82bc75072bae50598f7c4fee0b33f635e69d5e Mon Sep 17 00:00:00 2001 From: epwalsh Date: Wed, 21 Feb 2024 08:26:45 -0800 Subject: [PATCH] chore(release): bump version to v3.4.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 11df95dfa..4c5d8e5b3 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.4.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.4.0) - 2024-02-21 + ### Added - Added client methods `Client:find_backlinks()` and `Client:find_backlinks_async()`. diff --git a/lua/obsidian/version.lua b/lua/obsidian/version.lua index 72fe59552..915b0d7b9 100644 --- a/lua/obsidian/version.lua +++ b/lua/obsidian/version.lua @@ -1 +1 @@ -return "3.3.1" +return "3.4.0"