diff --git a/CHANGELOG.md b/CHANGELOG.md index b435f8a66..36b8a20f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +## [v0.1.13] — 2026-02-20 + ### Added - D-078: Overheard NPC conversation — passive dialogue panel with server-authoritative stochastic word occlusion - Sprint 14 "Live" briefings — 22 tickets across server (7), client (3), copy (6), visual (6) diff --git a/project.yaml b/project.yaml index c36d2065d..29ab05f41 100644 --- a/project.yaml +++ b/project.yaml @@ -1,5 +1,5 @@ name: The Settled Reach -version: 0.1.12 +version: 0.1.13 repository: settled-reach codename: commonwealth diff --git a/server/Cargo.toml b/server/Cargo.toml index cc69a9110..9c3645b42 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "settled-reach-server" -version = "0.1.12" +version = "0.1.13" edition = "2021" [dependencies]