Skip to content

Commit

Permalink
Bump version to v1.2.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Sep 22, 2022
1 parent 386bb84 commit da3b5a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v1.2.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v1.2.0) - 2022-09-22

### Added

- Added `:ObsidianNew` command for creating a new note with a given title.
Expand Down
2 changes: 1 addition & 1 deletion lua/obsidian/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local echo = require "obsidian.echo"

local obsidian = {}

obsidian.VERSION = "1.1.1"
obsidian.VERSION = "1.2.0"
obsidian.completion = require "obsidian.completion"
obsidian.note = require "obsidian.note"
obsidian.util = require "obsidian.util"
Expand Down

0 comments on commit da3b5a3

Please sign in to comment.