diff --git a/CHANGELOG.md b/CHANGELOG.md index 97fb40c..142603b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Notable changes to this project are documented in this file. -# Unreleased +# 0.1.19 ## Fixed @@ -12,6 +12,10 @@ Notable changes to this project are documented in this file. - projector config update command for IDE update +## Changed + +- Projector server v0.51.15 + # 0.1.18 **Important note**: Starting from this version users can use install-certificate command to make run config secure. Read diff --git a/projector_installer/version.py b/projector_installer/version.py index 596a9a1..551de94 100644 --- a/projector_installer/version.py +++ b/projector_installer/version.py @@ -5,4 +5,4 @@ """projector-installer version""" -__version__: str = '0.1.18' +__version__: str = '0.1.19' diff --git a/setup.py b/setup.py index 9f1d8e4..365ad62 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def copy_license() -> None: server_dir = join(bundled_dir, SERVER_DIR) PROJECTOR_SERVER_URL: str = 'https://github.com/JetBrains/projector-server/releases/' \ - 'download/v0.50.14/projector-server-v0.50.14.zip' + 'download/v0.51.15/projector-server-v0.51.15.zip' def download_server(to_dir: str) -> None: