chore: release 1.1.2

README first, per the release procedure: the 1.1.* pin still covers this
version, the 22-field count re-checked with inspect.signature, and the
telemetry row now states that an existing table needs no schema CREATE
privilege.
This commit is contained in:
2026-08-07 11:23:29 -04:00
parent 2e028d38f2
commit 7c60199680
4 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ from polygateway.types import (
SourceConfig,
)
__version__ = "1.1.1"
__version__ = "1.1.2"
__all__ = [
"DEFAULT_PROFILES",