diff --git a/README.md b/README.md index 2de0379..f17ca2d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Statewave is the open-source memory runtime that gives AI agents reproducible, p _If Statewave is useful to you, a ⭐ on the repo helps others discover it._ -> **v1.3.0** — actively developed. [Changelog](https://github.com/smaramwbc/statewave-docs/blob/main/CHANGELOG.md) · [Roadmap](https://github.com/smaramwbc/statewave-docs/blob/main/roadmap.md) · [Limitations](#current-limitations) +> **v1.4.0** — actively developed. [Changelog](https://github.com/smaramwbc/statewave-docs/blob/main/CHANGELOG.md) · [Roadmap](https://github.com/smaramwbc/statewave-docs/blob/main/roadmap.md) · [Limitations](#current-limitations) ## 🎯 Try it @@ -295,7 +295,7 @@ pytest tests/ -v ## Current limitations -Statewave is in active development (v1.3.0). Honest status: +Statewave is in active development (v1.4.0). Honest status: - **Rate limiting is per-IP** — distributed (Postgres-backed), but keyed by IP only, not per-tenant or per-API-key yet - **Multi-tenant is app-layer** — query-scoped data isolation (v0.5) + per-tenant config / policy bundles / receipts (v0.8) + HMAC-signed audit + tenant region pin (v0.9), but no Postgres RLS yet diff --git a/pyproject.toml b/pyproject.toml index 0b8860e..3426216 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "statewave" -version = "1.3.0" +version = "1.4.0" description = "Open-source memory runtime for AI agents — durable, structured context with provenance." readme = "README.md" license = {text = "Apache-2.0"}