From 6d558bab50ceae7ab0a5fe4d2be43b518e1a6662 Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Mon, 9 Aug 2021 10:23:58 -0600 Subject: [PATCH] v0.2.0 release --- CHANGELOG.md | 17 +++++++++++++++++ mix.exs | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c86aa..3b3b816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.2.0 + +* Potential breaking changes + There was quite a bit of internal adjustments and refactoring to cleanup + implementation, although no core functions were changed. You should see + no difference when updating but it was worth watching your implementation + after updating in case something was missed in the cleanup + +* Enhancements + * Add new Address module to simplify the different address interpretations + * Allow disabling logging to /tmp/hcidump.pklg file (Thanks @axelson!) + * Lots of HCI Commands added to better support default behavior (Thanks @trarbr!) + +* Fixes + * fix/workaround for the rpi3 (Thanks @axelson!) + * Fixed dmesg output display in govee example readme (Thanks @kevinansfield!) + ## v0.1.1 * Bugfixes diff --git a/mix.exs b/mix.exs index 8b52b8d..319736d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule BlueHeron.MixProject do use Mix.Project - @version "0.1.1" + @version "0.2.0" @source_url "https://github.com/blue-heron/blue_heron" def project do