Skip to content

Commit bc2561c

Browse files
committed
chore(release): bump version to v2.6.0 for release
1 parent 9a6eb2a commit bc2561c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v2.6.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v2.6.0) - 2024-01-09
11+
1012
### Changed
1113

1214
- Creating new notes via `:ObsidianFollowLink` now matches the behavior of `:ObsidianLinkNew`, where the new note will be placed in the same directory as the current buffer note. This doesn't affect you if you use a flat directory structure for all of your notes.

lua/obsidian/version.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return "2.5.3"
1+
return "2.6.0"

0 commit comments

Comments
 (0)