diff --git a/CHANGELOG.md b/CHANGELOG.md index 761c097e..33192f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2026-07-24 + ### Added - **`/api/v2` API prefix** — every business endpoint (`memory/*`, `ome/*`, diff --git a/docs/openapi.json b/docs/openapi.json index 86418339..e19ad97e 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "everos", "description": "md-first memory extraction framework", - "version": "1.1.4" + "version": "1.2.0" }, "paths": { "/health": { diff --git a/pyproject.toml b/pyproject.toml index b9693c96..398cf915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "everos" -version = "1.1.4" +version = "1.2.0" description = "EverOS — local-first markdown memory framework for AI agents and user chats; lightweight, dev-friendly, small-team" license = {text = "Apache-2.0"} readme = "README.md" diff --git a/uv.lock b/uv.lock index 94a8541b..f47bf57b 100644 --- a/uv.lock +++ b/uv.lock @@ -560,7 +560,7 @@ wheels = [ [[package]] name = "everos" -version = "1.1.4" +version = "1.2.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },