We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3331599 + ba3d3bc commit 6e7c8e8Copy full SHA for 6e7c8e8
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [1.1.0] - 2023-01-16
8
+
9
## [1.1.0-alpha.0] - 2022-12-15
10
### Added
11
- Add support to array-type endpoints.
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
12
group=org.astarte-platform
13
org.gradle.parallel=false
14
# AndroidX package structure to make it clearer which packages are bundled with the
0 commit comments