From ba9e3ed5f7dae7a17e0a8d5d02861accf9860213 Mon Sep 17 00:00:00 2001 From: Edward Moscardini Date: Wed, 2 Aug 2023 15:03:59 +0100 Subject: [PATCH] rebuild to comsume ziti_router_auto_enroll 1.0.11 --- CHANGELOG | 4 ++++ router_registration.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2b9cba5..8c461bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.9] - 2023-08-02 + +- Rebuild to comsume ziti_router_auto_enroll 1.0.11. + ## [1.0.8] - 2023-07-27 ### Fixed diff --git a/router_registration.py b/router_registration.py index 05b68f6..c42c2f4 100755 --- a/router_registration.py +++ b/router_registration.py @@ -240,7 +240,7 @@ def create_parser(): :return: A Namespace containing arguments """ - __version__ = '1.0.8' + __version__ = '1.0.9' parser = argparse.ArgumentParser() parser.add_argument('registration_key',