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"