diff --git a/CHANGELOG.md b/CHANGELOG.md index 362f63a..28de44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ 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.2](https://github.com/tofupilot/python-client/compare/v1.11.0...v1.11.2) (2025-05-16) + + +### Bug Fixes + +* "open api call" in the operator UI sometimes leading to the wrong call ([06c8974](https://github.com/tofupilot/python-client/commit/06c897420fe1fc53fbc4a0a20b23e4679518f211)) +* client disconnecting after around 1h ([56fb808](https://github.com/tofupilot/python-client/commit/56fb808e5a0b61088a74384da7256fd3fb615637)) +* incorrect instruction on how to disable streaming on streaming fail ([5e018a4](https://github.com/tofupilot/python-client/commit/5e018a4eeb55f7680fe5eabbd7944674a64c4674)) +* issue uploading attachments ([cfc2a26](https://github.com/tofupilot/python-client/commit/cfc2a26b623fa45d0e3191adfc43b314727e6181)) +* operator UI disconnectig permanently when internet connection lost ([f4f57f4](https://github.com/tofupilot/python-client/commit/f4f57f4b469d02b9301f656589af9667823be3b6)) +* use of feature unsupported in python 3.9 ([cfc2a26](https://github.com/tofupilot/python-client/commit/cfc2a26b623fa45d0e3191adfc43b314727e6181)) + + +### Miscellaneous Chores + +* release 1.11.2 ([ea50c6d](https://github.com/tofupilot/python-client/commit/ea50c6d2f1d5a1c2f7619a0fecfed470e07e157e)) + ## [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..d6e1938 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="tofupilot", - version="1.11.1", + version="1.11.2", packages=find_packages(), install_requires=[ "requests>=2.25.0",