From 7c4d928373747f6b53f8d8739c6741e9b95d5a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sanja=20Malovi=C4=87?= Date: Sun, 19 Jul 2026 14:16:19 +0200 Subject: [PATCH] Release prep v1.17.3: CHANGELOG + API_VERSION for P0 shipped-features docs. Co-authored-by: Cursor --- CHANGELOG.md | 10 ++++++++-- apps/api/src/generated/api-version.ts | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) 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";