From 1345840e7a2182d819cf873cfc654709d9557f08 Mon Sep 17 00:00:00 2001 From: Michael Smith <2015782+mikesmitty@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:31:54 -0400 Subject: [PATCH] chore(main): release backplane 0.7.7 --- .release-please-manifest.json | 2 +- hardware/backplane/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1e9cc78..70923e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "esphome/components/mpq4242": "0.1.0", "esphome/components/pwrman_charger": "0.1.0", "firmware/charger-module": "0.6.0", - "hardware/backplane": "0.7.6", + "hardware/backplane": "0.7.7", "hardware/charger-module": "0.12.1", "hardware/esp32-mgmt-module": "0.4.1", "hardware/pi-pico-mgmt-module": "0.5.0", diff --git a/hardware/backplane/CHANGELOG.md b/hardware/backplane/CHANGELOG.md index 12dd446..20aea4c 100644 --- a/hardware/backplane/CHANGELOG.md +++ b/hardware/backplane/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.7](https://github.com/mikesmitty/power-manifold/compare/backplane-v0.7.6...backplane-v0.7.7) (2024-09-11) + + +### Bug Fixes + +* add qr code for serial numbers ([a93a0fc](https://github.com/mikesmitty/power-manifold/commit/a93a0fc2a96c003166c58c34e3ffadafc17fc278)) + ## [0.7.6](https://github.com/mikesmitty/power-manifold/compare/backplane-v0.7.5...backplane-v0.7.6) (2024-08-17)