diff --git a/CHANGELOG b/CHANGELOG index 5f7a611..f13947d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,12 @@ 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.2.3] - 2023-11-29 + +### Changed + +- Rebuild to consume ziti_router_auto_enroll 1.0.17. + ## [1.2.2] - 2023-11-09 ### Changed diff --git a/router_registration.py b/router_registration.py index e46213d..ead5eb6 100755 --- a/router_registration.py +++ b/router_registration.py @@ -240,7 +240,7 @@ def create_parser(): :return: A Namespace containing arguments """ - __version__ = '1.2.2' + __version__ = '1.2.3' parser = argparse.ArgumentParser() mgroup = parser.add_mutually_exclusive_group(required=True)