diff --git a/CHANGELOG.md b/CHANGELOG.md index daf41ef..6e095ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.2.34](https://github.com/belodetek/black.box/compare/v1.2.33...v1.2.34) + +> 8 December 2023 + +- fix: reset loop if any tunnel interface is not passing traffic [`#40`](https://github.com/belodetek/black.box/pull/40) +- feat: remove ping tests and refactor mixed mode status reporting [`fa1452e`](https://github.com/belodetek/black.box/commit/fa1452e663a6f53dcc8bf7095e3002f1aca3d889) + #### [v1.2.33](https://github.com/belodetek/black.box/compare/v1.2.32...v1.2.33) -> 25 February 2023 +> 26 February 2023 - fix: switch to functions from aliases [`#39`](https://github.com/belodetek/black.box/pull/39) - fix: env import [`311b9be`](https://github.com/belodetek/black.box/commit/311b9be05bce445e7b8550e0d87ca1d20fb3c166) +- ci: Update CHANGELOG and v1.2.33 asset(s) [`765b2fa`](https://github.com/belodetek/black.box/commit/765b2fa3a9e13c960adb6a3233c0b1d93186edf3) #### [v1.2.32](https://github.com/belodetek/black.box/compare/v1.2.31...v1.2.32) diff --git a/balena.yml b/balena.yml index fc315e0..9c9e9d6 100644 --- a/balena.yml +++ b/balena.yml @@ -43,4 +43,4 @@ data: - raspberrypi3 - raspberrypi3-64 - raspberrypi4-64 -version: 1.2.33 +version: 1.2.34 diff --git a/unzoner/balena.yml b/unzoner/balena.yml index 2b67e63..39225fc 100644 --- a/unzoner/balena.yml +++ b/unzoner/balena.yml @@ -39,4 +39,4 @@ data: - raspberrypi3 - raspberrypi3-64 - raspberrypi4-64 -version: 1.2.33 +version: 1.2.34