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',