diff --git a/CHANGELOG.md b/CHANGELOG.md index 3befa05..a2abe5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## Unreleased +## [Unreleased] + +## [1.0.0] - 2020-02-13 ### Added - CHANGELOG - Github Actions for build and automated releases @@ -12,3 +14,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/SimpleReserve/compare/release-1.0.0...HEAD +[1.0.0]: https://github.com/SimpleMC/SimpleReserve/releases/tag/release-1.0.0 \ No newline at end of file diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 62a5778..be7f5c4 100755 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: SimpleReserve main: org.simplemc.simplereserve.SimpleReserve -version: 0.1.0 +version: 1.0.0 api-version: "1.15" website: https://github.com/SimpleMC/SimpleReserve author: tajobe