From 9794058682653f97760643addcf6d04d2d5fdbcb Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 22 Sep 2023 19:21:37 +0000 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=A4=96:=20Release=20v1.0.0=20[ski?= =?UTF-8?q?p=20ci]=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 package.json diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f858bd0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# 1.0.0 (2023-09-22) + + +### Bug Fixes + +* add openssl dep and remove pinning ([1298cea](https://github.com/dangeroustech/ZeroTierBridge/commit/1298cea4fa1bad3141754e5218f449ec15e8469a)) +* allow bi-directional traffic initiation ([90cf5b1](https://github.com/dangeroustech/ZeroTierBridge/commit/90cf5b1684b6221797b39af306c3fee9ce5bdb9e)) +* ci: lowercase tag names ([fc24b78](https://github.com/dangeroustech/ZeroTierBridge/commit/fc24b78d4a1046ebc2b01560ed4b67e33418c30e)) +* ci: use correct registry ([3b29bee](https://github.com/dangeroustech/ZeroTierBridge/commit/3b29bee4c642cf04c3af89a7c16f004531f83622)) +* ci: use full registry name ([3a5eb50](https://github.com/dangeroustech/ZeroTierBridge/commit/3a5eb50b13cf7cab7939c4b49c14093189aae330)) +* set proper workdir ([7f56fec](https://github.com/dangeroustech/ZeroTierBridge/commit/7f56fec6897635e37b3e5aa13e7c3bbfddbce5da)) +* standardise network env again ([3e65156](https://github.com/dangeroustech/ZeroTierBridge/commit/3e65156a3c955fa6c6715a7d9e15a799c6f3f735)) + + +### Features + +* add docker-compose.yml ([f902dcc](https://github.com/dangeroustech/ZeroTierBridge/commit/f902dcc0c4615801fb65e6c90342efe96789319f)) +* support multiple zt network joins ([556195c](https://github.com/dangeroustech/ZeroTierBridge/commit/556195cd64f33fbbc9244022c8a99af5284ffbb9)) + + + diff --git a/package.json b/package.json new file mode 100644 index 0000000..688e939 --- /dev/null +++ b/package.json @@ -0,0 +1,3 @@ +{ + "version": "1.0.0" +} \ No newline at end of file