diff --git a/changelog.md b/changelog.md index 661f1f4..037c3b7 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,14 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[semantic version ### added +### changed + +## 0.3.0 + +### fixes + +### added + - [Add support for Confluence authorization via PAT #23](https://github.com/PacoVK/antora-confluence/issues/23) ### changed diff --git a/package.json b/package.json index b52e52a..f861e1c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "asciidoc", "publishToConfluence" ], - "version": "0.2.5", + "version": "0.3.0", "main": "dist/index.js", "files": [ "dist"