Skip to content

Commit 6e7c8e8

Browse files
authored
Merge pull request #79 from harlem88/rel-1.1.0
Prepare 1.1.0 release
2 parents 3331599 + ba3d3bc commit 6e7c8e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.0] - 2023-01-16
8+
79
## [1.1.0-alpha.0] - 2022-12-15
810
### Added
911
- Add support to array-type endpoints.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# The setting is particularly useful for tweaking memory settings.
99
org.gradle.jvmargs=-Xmx1536m
1010
java.util.logging.MemoryHandler.push=ALL
11-
version=1.1.0-alpha.0
11+
version=1.1.0
1212
group=org.astarte-platform
1313
org.gradle.parallel=false
1414
# AndroidX package structure to make it clearer which packages are bundled with the

0 commit comments

Comments
 (0)