diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c1c1313..3c1df308 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.97.1" + ".": "0.98.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8bffcc..a250bb24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.98.0](https://github.com/Studio-Saelix/sencho/compare/v0.97.1...v0.98.0) (2026-08-10) + + +### Added + +* **resources:** add search, filters, and sort to Rollback generations ([#1788](https://github.com/Studio-Saelix/sencho/issues/1788)) ([9798700](https://github.com/Studio-Saelix/sencho/commit/9798700401ef590cbbeacd1c7cefc54ab440807f)) + + +### Fixed + +* **auth:** honor SSO-only CLI recovery without restart ([#1810](https://github.com/Studio-Saelix/sencho/issues/1810)) ([27fe0ae](https://github.com/Studio-Saelix/sencho/commit/27fe0ae83734d47983a488237a8d14583f64810f)) +* **hydration-timing:** report list hydration relative to the foreground attempt ([#1813](https://github.com/Studio-Saelix/sencho/issues/1813)) ([88fc547](https://github.com/Studio-Saelix/sencho/commit/88fc5470e83b1ec823208d085a5788e4ab23de66)) +* **stacks:** remove repeated self-identity discovery from statuses hot path ([#1811](https://github.com/Studio-Saelix/sencho/issues/1811)) ([600367e](https://github.com/Studio-Saelix/sencho/commit/600367e66cc85dd99bdda86f1d2e3f94389b95ff)) +* **statuses:** align stack-status cache TTL and invalidation with polling ([#1814](https://github.com/Studio-Saelix/sencho/issues/1814)) ([55ca82a](https://github.com/Studio-Saelix/sencho/commit/55ca82abb27fadae8609a07c5b1b12967d68367d)) +* **whats-new:** add RBAC entry and a zoomable screenshot lightbox ([#1806](https://github.com/Studio-Saelix/sencho/issues/1806)) ([e9901aa](https://github.com/Studio-Saelix/sencho/commit/e9901aa24bf3ddc1b00816a3a7e2fcfc2226c7b8)) + ## [0.97.1](https://github.com/Studio-Saelix/sencho/compare/v0.97.0...v0.97.1) (2026-08-09) diff --git a/package-lock.json b/package-lock.json index 98a81458..9ca7bf5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sencho", - "version": "0.97.1", + "version": "0.98.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sencho", - "version": "0.97.1", + "version": "0.98.0", "license": "AGPL-3.0-only", "devDependencies": { "@commitlint/cli": "^21.2.1", diff --git a/package.json b/package.json index 40e5bbf3..06c061f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sencho", - "version": "0.97.1", + "version": "0.98.0", "description": "Self-hosted Docker Compose management dashboard with fleet control, atomic deployments, and self-healing infrastructure.", "main": "index.js", "scripts": {