From 3b4f9072a3ed8dec8c56247224d48de530b0c632 Mon Sep 17 00:00:00 2001 From: fussel178 Date: Wed, 26 May 2021 14:23:09 +0000 Subject: [PATCH] chore(release): v0.6.2 --- CHANGELOG.md | 9 +++++++++ project.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 293551c4..1defcb2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.6.2](https://github.com/wuespace/telestion-project-daedalus2/compare/v0.6.1...v0.6.2) (2021-05-26) + + +### Bug Fixes + +* Try to fix Docker issues with host-system host alias. This will require binding the host's network to the docker image's network. To do this, use `--net=host` (Linux-only!) ([495ed15](https://github.com/wuespace/telestion-project-daedalus2/commit/495ed156cf13be1f5af11552c05d7d6c71623ec4)) + + + ## [0.6.1](https://github.com/wuespace/telestion-project-daedalus2/compare/v0.6.0...v0.6.1) (2021-05-26) diff --git a/project.json b/project.json index c7f2f5cf..2608e764 100644 --- a/project.json +++ b/project.json @@ -1,3 +1,3 @@ { - "version": "0.6.1" + "version": "0.6.2" } \ No newline at end of file