diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7203492..52ffe5a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.73.0" + ".": "0.74.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d317089e..f37f1805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.74.0](https://github.com/Studio-Saelix/sencho/compare/v0.73.0...v0.74.0) (2026-05-08) + + +### Added + +* **app-store:** show inline port-conflict message on deploy sheet ([#984](https://github.com/Studio-Saelix/sencho/issues/984)) ([86abd90](https://github.com/Studio-Saelix/sencho/commit/86abd901f6d663cdd456632921ccb1b2ad614fcd)) + + +### Fixed + +* **pilot:** harden outbound reverse-tunnel against resource exhaustion ([#979](https://github.com/Studio-Saelix/sencho/issues/979)) ([3d94896](https://github.com/Studio-Saelix/sencho/commit/3d9489648ec9d2b13051edd07f2f13982914a095)) +* **pilot:** stop silently swallowing fs errors in agent token helpers ([#985](https://github.com/Studio-Saelix/sencho/issues/985)) ([8f13a7f](https://github.com/Studio-Saelix/sencho/commit/8f13a7faf3ad51ead5c288475fbe437c2061a03a)) +* **proxy:** route pilot-agent HTTP via PilotTunnelBridge loopback ([#989](https://github.com/Studio-Saelix/sencho/issues/989)) ([94ce7c7](https://github.com/Studio-Saelix/sencho/commit/94ce7c71d24bc16656ca1bb8167f469b3ffd33b5)) +* **templates:** align App Store deploy gate with stack:create permission ([#986](https://github.com/Studio-Saelix/sencho/issues/986)) ([3112f58](https://github.com/Studio-Saelix/sencho/commit/3112f58a883e764e631b48d83cd538a9389463ab)) + ## [0.73.0](https://github.com/Studio-Saelix/sencho/compare/v0.72.0...v0.73.0) (2026-05-07) diff --git a/package-lock.json b/package-lock.json index faf54f25..bf43afe0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sencho", - "version": "0.73.0", + "version": "0.74.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sencho", - "version": "0.73.0", + "version": "0.74.0", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@commitlint/cli": "^20.5.3", diff --git a/package.json b/package.json index 4cdb5f4e..00bb0577 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sencho", - "version": "0.73.0", + "version": "0.74.0", "description": "Self-hosted Docker Compose management dashboard with fleet control, atomic deployments, and self-healing infrastructure.", "main": "index.js", "scripts": {