Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
;
  • Loading branch information
emoscardini committed Nov 27, 2023
1 parent 996c414 commit 0288a0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

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.17] - 2023-11-27

### Changed

- Changed default version endpoint to use client endpoint


## [1.0.16] - 2023-11-09

Expand Down
2 changes: 1 addition & 1 deletion ziti_router_auto_enroll.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def create_parser():
:return: A Namespace containing arguments
"""
__version__ = '1.0.16'
__version__ = '1.0.17'
parser = argparse.ArgumentParser()

add_general_arguments(parser, __version__)
Expand Down

0 comments on commit 0288a0c

Please sign in to comment.