From 88ebde27f23b9ec663c28fd5c5e25edc396bf5bb Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 6 Aug 2022 22:00:37 +0200 Subject: [PATCH] Chore: update version and changelog --- CHANGELOG.md | 3 +++ blueROCK.pro | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5712cc1..37f8c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ 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.6.2] - UNRELEASED +### Removed +- URL handler for app.bluerock.dev, it is not needed # [0.6.1] - 2021-10-20 ### Added diff --git a/blueROCK.pro b/blueROCK.pro index 9899911..86a5836 100644 --- a/blueROCK.pro +++ b/blueROCK.pro @@ -1,7 +1,7 @@ QT += quick qml quickcontrols2 purchasing CONFIG += c++11 -VERSION = 0.6.1 +VERSION = 0.6.2 TARGET = blueROCK # The following define makes your compiler emit warnings if you use