From 6661806e211bc987d68e4f0b7c92eabfe797c2eb Mon Sep 17 00:00:00 2001 From: epwalsh Date: Fri, 5 Apr 2024 08:15:16 -0700 Subject: [PATCH] chore(release): bump version to v3.7.7 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 f74d4e561..1b2ba061b 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.7](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.7.7) - 2024-04-05 + ### Fixed - Removed excessive logging when running `:ObsidianToday` command with a defined template, resulting in cleaner output and a more streamlined user experience. diff --git a/lua/obsidian/version.lua b/lua/obsidian/version.lua index 6528951ac..6baedb9b5 100644 --- a/lua/obsidian/version.lua +++ b/lua/obsidian/version.lua @@ -1 +1 @@ -return "3.7.6" +return "3.7.7"