diff --git a/CHANGELOG.md b/CHANGELOG.md index 5617876..387a9db 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.1.0] - 2023-01-16 + ## [1.1.0-alpha.0] - 2022-12-15 ### Added - Add support to array-type endpoints. diff --git a/gradle.properties b/gradle.properties index 8ecb9b3..c57e7af 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx1536m java.util.logging.MemoryHandler.push=ALL -version=1.1.0-alpha.0 +version=1.1.0 group=org.astarte-platform org.gradle.parallel=false # AndroidX package structure to make it clearer which packages are bundled with the