diff --git a/CHANGELOG.md b/CHANGELOG.md index 430faac..fe4792e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [0.1.1] - 2019-12-18 ### Added - Release workflow to add a draft GH release on tag @@ -11,5 +13,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -[Unreleased]: https://github.com/SimpleMC/SimpleHealthbars2/compare/release-0.1.0...HEAD +[Unreleased]: https://github.com/SimpleMC/SimpleHealthbars2/compare/release-0.1.1...HEAD +[0.1.1]: https://github.com/SimpleMC/SimpleHealthbars2/compare/release-0.1.0...release-0.1.1 [0.1.0]: https://github.com/SimpleMC/SimpleHealthbars2/releases/tag/release-0.1.0 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index b26a9d7..53617b5 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: SimpleHealthbars2 main: org.simplemc.simplehealthbars2.SimpleHealthbars2 -version: 0.1.0 +version: 0.1.1 api-version: "1.15" website: https://github.com/SimpleMC/SimpleHealthbars2 author: tajobe