diff --git a/CHANGELOG.md b/CHANGELOG.md index 4740b25..c0d34fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.2] - 2022-04-14 + ## [1.0.1] - 2021-12-20 ## [1.0.0] - 2021-07-02 diff --git a/gradle.properties b/gradle.properties index 154f13f..08bad2d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,6 +8,6 @@ # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx1536m java.util.logging.MemoryHandler.push=ALL -version=1.0.1 +version=1.0.2 group=org.astarte-platform org.gradle.parallel=false