diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ed11c4..7c7ea059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,12 +17,18 @@ Contributors: add user-facing changes under **[Unreleased]** in your PR to `deve ### Changed -- **Docs** — mark Performance / Web Vitals, Releases, and Global search as shipped in README (EN/DE/ES) and site `/docs/dashboard`; mark roadmap milestones v1.16.x and v1.17.x as shipped - ### Database --- +## [1.17.3] - 2026-07-19 + +### Changed + +- **Docs** — mark Performance / Web Vitals, Releases, and Global search as shipped in README (EN/DE/ES) and site `/docs/dashboard`; mark roadmap milestones v1.16.x and v1.17.x as shipped + +--- + ## [1.17.2] - 2026-07-19 ### Added diff --git a/apps/api/src/generated/api-version.ts b/apps/api/src/generated/api-version.ts index 6d31470c..4f79cf9d 100644 --- a/apps/api/src/generated/api-version.ts +++ b/apps/api/src/generated/api-version.ts @@ -1,2 +1,2 @@ /** Generated at build time from CHANGELOG (/Users/unjica/Documents/GitHub/telemetry-tracker/CHANGELOG.md). Do not edit manually. */ -export const API_VERSION = "1.17.2"; +export const API_VERSION = "1.17.3";