From bc0cc6fa4b3f3df315e0b63201516d71022f89c2 Mon Sep 17 00:00:00 2001 From: jmp Date: Sun, 18 Oct 2020 12:59:48 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++---- README.md | 6 +++--- build.gradle | 2 +- cloud-minecraft/README.md | 20 +++++++++---------- .../src/main/resources/plugin.yml | 2 +- 5 files changed, 21 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be4ac56..0d2d57bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,16 @@ All notable changes to this project will be documented in this file. 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] - -### Fixes - - Fixes chained optionals not allowing the command to be executed when more than one optional is omitted +## [1.0.2] - 2020-10-18 ### Fixed - Fixed quoted parsing in StringArgument - Fixed wrong suggestions following invalid literals + - Fixes chained optionals not allowing the command to be executed when more than one optional is omitted + +### Changed + - Updated adventure-api from 4.0.0 to 4.1.1 + - Updated Velocity module for breaking API changes (sendMessage needs an Identity) ## [1.0.1] - 2020-10-14 diff --git a/README.md b/README.md index 74b228ea..be271e76 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi cloud.commandframework cloud-PLATFORM - 1.0.1 + 1.0.2