From 3de34ceeb391762ac0a3be99a76ffcc2245353b6 Mon Sep 17 00:00:00 2001 From: Jens Nistler Date: Tue, 31 Jan 2023 09:35:12 +0000 Subject: [PATCH] prepare 1.0.1 release --- CHANGELOG.md | 10 ++++++++++ LICENSE | 2 +- custom_components/overwolfstatus/manifest.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2803c11 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 1.0.1 (2023-01-31) + +- Updated instructions +- Overwolf companion app has been released + +## 1.0.0 (2022-12-26) + +- Initial release diff --git a/LICENSE b/LICENSE index d68036e..37060c1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Jens Nistler +Copyright (c) 2022-2023 Jens Nistler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/custom_components/overwolfstatus/manifest.json b/custom_components/overwolfstatus/manifest.json index bdf03b3..277b00a 100644 --- a/custom_components/overwolfstatus/manifest.json +++ b/custom_components/overwolfstatus/manifest.json @@ -3,7 +3,7 @@ "name": "Overwolf Webhook", "documentation": "https://github.com/lociii/homeassistant-overwolf-status/", "issue_tracker": "https://github.com/lociii/homeassistant-overwolf-status/issues", - "version": "1.0.0", + "version": "1.0.1", "dependencies": [ "webhook" ],