diff --git a/CHANGELOG.md b/CHANGELOG.md index dac9f26..eab7d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -# [0.16.11] - 2025-06-19 +# [0.17.0] - 2025-06-20 ### Added diff --git a/obsws_cli/__about__.py b/obsws_cli/__about__.py index 73967da..33270fa 100644 --- a/obsws_cli/__about__.py +++ b/obsws_cli/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present onyx-and-iris # # SPDX-License-Identifier: MIT -__version__ = "0.16.11" +__version__ = "0.17.0"