Skip to content

Commit 8ddb8b9

Browse files
author
semantic-release
committed
7.33.2
Automatically generated by python-semantic-release
1 parent 4f84e69 commit 8ddb8b9

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v7.33.2 (2025-12-05)
4+
5+
### Bug fixes
6+
7+
8+
- Allow dns hostnames with override_connection_host (#679) ([`4f84e69`](https://github.com/uilibs/uiprotect/commit/4f84e69618bfe38e2312dfe558c0649f170928b1))
9+
10+
11+
### Testing
12+
13+
14+
- Add test coverage for _update_bootstrap_soon method ([`cf11161`](https://github.com/uilibs/uiprotect/commit/cf111612fb18409654cda86f8dd4feea80f414b8))
15+
16+
317
## v7.33.1 (2025-12-01)
418

519
### Bug fixes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "uiprotect"
88
copyright = "2024, UI Protect Maintainers"
99
author = "UI Protect Maintainers"
10-
release = "7.33.1"
10+
release = "7.33.2"
1111

1212
# General configuration
1313
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uiprotect"
3-
version = "7.33.1"
3+
version = "7.33.2"
44
license = "MIT"
55
description = "Python API for Unifi Protect (Unofficial)"
66
authors = [{ name = "UI Protect Maintainers", email = "ui@koston.org" }]

0 commit comments

Comments
 (0)