From 4d203c7ea3c9f841616686d3122d68f0c5a76dee Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 14 Apr 2024 22:44:50 -0500 Subject: [PATCH] chore(main): release 0.1.1 (#37) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f433e13..e9b8bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.1.0...v0.1.1) (2024-04-15) + + +### Bug Fixes + +* remove aprsd from KissClient ([#38](https://github.com/andrewthetechie/err-aprs-backend/issues/38)) ([c69f474](https://github.com/andrewthetechie/err-aprs-backend/commit/c69f47464c29f25f91ae84790f3c56aca138911b)) + ## 0.1.0 (2024-04-15) diff --git a/pyproject.toml b/pyproject.toml index 07c8c98..5b835e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "err-aprs-backend" -version = "0.1.0" +version = "0.1.1" description = "Errbot APRS backend plugin" authors = ["Andrew Herrington "] license = "MIT"