We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f8545 commit cbd3556Copy full SHA for cbd3556
CHANGELOG.md
@@ -10,6 +10,8 @@ We use *breaking* word for marking changes that are not backward compatible (rel
10
11
## Unreleased
12
13
+## [v0.9.0](https://github.com/bwplotka/mdox/releases/tag/v0.9.0)
14
+
15
### Added
16
17
* [#20](https://github.com/bwplotka/mdox/pull/20) Add quotes to frontmatter
pkg/version/version.go
@@ -4,4 +4,4 @@
4
package version
5
6
// Version returns 'mdox' version.
7
-const Version = "v0.2.1"
+const Version = "v0.9.0"
0 commit comments