From 06bf64c21e1999cca3fe051e19e2dfb5de735e7b Mon Sep 17 00:00:00 2001 From: Tobias Brenner <19689801+brenner-tobias@users.noreply.github.com> Date: Wed, 19 Jan 2022 00:44:59 +0100 Subject: [PATCH] Updated to v0.2.3 --- LICENSE.md | 2 +- cloudflared/CHANGELOG.md | 4 ++++ cloudflared/config.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 5942e3d..7a4f50d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2021 Tobias Brenner +Copyright (c) 2022 Tobias Brenner 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/cloudflared/CHANGELOG.md b/cloudflared/CHANGELOG.md index 1648a78..087cd8d 100644 --- a/cloudflared/CHANGELOG.md +++ b/cloudflared/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.2.3 +- Changed Cloudflared config datatype to JSON +- Enable additional_hosts via https + ## v0.2.2 - Fixed config parameter name diff --git a/cloudflared/config.yaml b/cloudflared/config.yaml index fdfa48b..e65d352 100644 --- a/cloudflared/config.yaml +++ b/cloudflared/config.yaml @@ -1,6 +1,6 @@ --- name: Cloudflared -version: 0.2.2 +version: 0.2.3 slug: cloudflared description: > Use a Cloudflared tunnel (formerly Argo Tunnel)