From 2705516aa3638ee69d02fd865dd1547fcc5c938d Mon Sep 17 00:00:00 2001 From: leso-kn Date: Sun, 20 Aug 2023 11:47:28 +0200 Subject: [PATCH] Release v0.2.2 --- CMakeLists.txt | 2 +- readme.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b70666e..2a00c27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # cmake_minimum_required(VERSION 3.0) -project(pebble-le VERSION 0.2.1) +project(pebble-le VERSION 0.2.2) # Build Options option(BUILD_UNIT_TESTS "Enable unit tests" OFF) diff --git a/readme.md b/readme.md index 5380e27..f612c6b 100644 --- a/readme.md +++ b/readme.md @@ -28,6 +28,10 @@ Credits also go to [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbrid ## Changelog +### v0.2.2 + +* Fixed GATT server communication after watch reconnect + ### v0.2.1 * Fixed crash upon watch disconnect in optimized build