Skip to content

Commit

Permalink
Merge pull request #66 from sorru94/prepare-1.1.2
Browse files Browse the repository at this point in the history
Prepare 1.1.2 release
  • Loading branch information
harlem88 authored Nov 28, 2023
2 parents 0766255 + c343ac7 commit a011ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ 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).


## [Unreleased]
## [1.1.2] - 2023-11-28
### Fixed
- Allow to receive integer on longinteger interface mapping type for server-owned aggregates object.
- Allow to receive integer on longinteger interface mapping type for server-owned aggregates
object.

## [1.1.1] - 2023-05-31
### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/mo
# Modify these variables to what suits the application best. Remember, no dashes in the version!
set(ASTARTE_DEVICE_SDK_QT5_ABI_VERSION 1)
set(ASTARTE_DEVICE_SDK_QT5_MINOR_VERSION 1)
set(ASTARTE_DEVICE_SDK_QT5_RELEASE_VERSION 1)
set(ASTARTE_DEVICE_SDK_QT5_RELEASE_VERSION 2)
option(ASTARTE_DEVICE_SDK_QT5_DEVELOPMENT_RELEASE "Must be ON unless we're releasing" OFF)

option(ENABLE_WERROR "Enables WError. Always enable when developing, and disable when releasing." OFF)
Expand Down

0 comments on commit a011ebd

Please sign in to comment.