diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9853a..23d2ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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). +# [0.7.1] - 2022-08-22 +### Fixed +- remove unused ACCESS_FINE_LOCATION permission + +# [0.7.1] - UNRELEASED +### Fixed +- missing openssl libraries which lead to an error in the https connection + # [0.7.0] - 2022-08-14 ### Added - Startnumbers in speed flowchart diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 0a1559b..80a6986 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,7 +2,7 @@ - + @@ -85,4 +85,9 @@ + + + + + diff --git a/blueROCK.pro b/blueROCK.pro index 204d369..e2435cf 100644 --- a/blueROCK.pro +++ b/blueROCK.pro @@ -1,7 +1,7 @@ QT += quick qml quickcontrols2 purchasing CONFIG += c++11 -VERSION = 0.7.0 +VERSION = 0.7.2 TARGET = blueROCK # The following define makes your compiler emit warnings if you use