From 9644aca08334bb3f6fbeeccacc9e4dbb5855577e Mon Sep 17 00:00:00 2001 From: epwalsh Date: Tue, 9 Apr 2024 17:56:22 -0700 Subject: [PATCH] chore(release): bump version to v3.7.8 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 c5ec956fd..b212f678b 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.8](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.7.8) - 2024-04-09 + ### Fixed - Fixed regression with toggle checkbox util/mapping. diff --git a/lua/obsidian/version.lua b/lua/obsidian/version.lua index 6baedb9b5..b86b36f69 100644 --- a/lua/obsidian/version.lua +++ b/lua/obsidian/version.lua @@ -1 +1 @@ -return "3.7.7" +return "3.7.8"