From f0bc495b4a3852a83b48636e9f564586f5e2d29e Mon Sep 17 00:00:00 2001 From: epwalsh Date: Wed, 26 Jun 2024 10:18:53 -0700 Subject: [PATCH] chore(release): bump version to v3.8.1 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 4acb7c35a..8b8731af0 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.8.1](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.8.1) - 2024-06-26 + ### Fixed - Removed duplicate suggestions in completion of references. diff --git a/lua/obsidian/version.lua b/lua/obsidian/version.lua index a0571e378..112b86f91 100644 --- a/lua/obsidian/version.lua +++ b/lua/obsidian/version.lua @@ -1 +1 @@ -return "3.8.0" +return "3.8.1"