From 7507dee26f18610d5f928ff2b7e5fcb658074e52 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Fri, 21 Jun 2024 15:08:20 -0700 Subject: [PATCH] chore(release): bump version to v3.8.0 for release --- CHANGELOG.md | 4 +++- lua/obsidian/version.lua | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3e6e326..1082af085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ - Changelog +# Changelog All notable changes to this project will be documented in this file. @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v3.8.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.8.0) - 2024-06-21 + ### Added - Added relative to root markdown links as search pattern for backlinks. diff --git a/lua/obsidian/version.lua b/lua/obsidian/version.lua index 811035c2d..a0571e378 100644 --- a/lua/obsidian/version.lua +++ b/lua/obsidian/version.lua @@ -1 +1 @@ -return "3.7.14" +return "3.8.0"