Bump to 0.5.9: fix telemetry beacon (restore auth header, requires table schema update)

This commit is contained in:
chopratejas 2026-03-27 20:55:30 -07:00
parent 27e026d58b
commit 95a0d0331f
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ from .transforms import (
TransformPipeline,
)
__version__ = "0.5.8"
__version__ = "0.5.9"
__all__ = [
# Main client

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "headroom-ai"
version = "0.5.8"
version = "0.5.9"
description = "The Context Optimization Layer for LLM Applications - Cut costs by 50-90%"
readme = "README.md"
license = "Apache-2.0"