diff --git a/CHANGELOG.md b/CHANGELOG.md index 362f63a..4a8560e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This changelog is auto-generated by [release-please](https://github.com/googleapis/release-please). +## [1.11.0](https://github.com/tofupilot/python-client/compare/v1.10.0...v1.11.0) (2025-05-13) + + +### Features + +* add logs in the create_run function arguments ([039a777](https://github.com/tofupilot/python-client/commit/039a777346fef85c38862659c2fa9459182e228a)) +* Add support for Operator UI ([d72b2f0](https://github.com/tofupilot/python-client/commit/d72b2f0a4747cacaa92663a26ef8882667b752ae)) + ## [1.9.4](https://github.com/tofupilot/python-client/compare/v1.9.3...v1.9.4) (2025-02-24) diff --git a/setup.py b/setup.py index e7a242b..858df7a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="tofupilot", - version="1.11.1", + version="1.11.0", packages=find_packages(), install_requires=[ "requests>=2.25.0",