diff --git a/CHANGELOG.md b/CHANGELOG.md index 8531aec2c..dacf537cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +## [v0.1.11] — 2026-02-19 + ### Added - Sprint 12 "Build" briefings — 50 tickets across server, client, copy, visual, ci teams; production-layer foundations + all v0.1 copy authoring - `.tmp/` gitignored repo directory for agent temp files — avoids Bash permission prompts during PR review comment posting diff --git a/project.yaml b/project.yaml index 5c61bb55a..4ebee5445 100644 --- a/project.yaml +++ b/project.yaml @@ -1,5 +1,5 @@ name: The Settled Reach -version: 0.1.10 +version: 0.1.11 repository: settled-reach codename: commonwealth diff --git a/server/Cargo.toml b/server/Cargo.toml index 90bc56c67..1c68ade0c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "settled-reach-server" -version = "0.1.10" +version = "0.1.11" edition = "2021" [dependencies]