From 52ae7a29b3154a976bcb8ff882cf2473a6ae3455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sanja=20Malovi=C4=87?= Date: Sun, 19 Jul 2026 13:59:50 +0200 Subject: [PATCH] Release prep v1.17.2: CHANGELOG + API_VERSION for Performance Overview card (#197). 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 f1e0f8b0..88fd5e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,6 @@ Contributors: add user-facing changes under **[Unreleased]** in your PR to `deve ### Added -- **Performance Overview card** — Overview Web Vitals snapshot (LCP, INP/FID, CLS, TTFB) with Good / Needs improvement / Poor classification, rating distribution bars, scoped `View report →` to Performance, and empty-state handling when no vitals exist ([#197](https://github.com/Telemetry-Tracker/telemetry-tracker/issues/197); milestone v1.17.x — Performance Intelligence) - ### Fixed ### Changed @@ -23,6 +21,14 @@ Contributors: add user-facing changes under **[Unreleased]** in your PR to `deve --- +## [1.17.2] - 2026-07-19 + +### Added + +- **Performance Overview card** — Overview Web Vitals snapshot (LCP, INP/FID, CLS, TTFB) with Good / Needs improvement / Poor classification, rating distribution bars, scoped `View report →` to Performance, and empty-state handling when no vitals exist ([#197](https://github.com/Telemetry-Tracker/telemetry-tracker/issues/197); milestone v1.17.x — Performance Intelligence) + +--- + ## [1.17.1] - 2026-07-19 ### Fixed diff --git a/apps/api/src/generated/api-version.ts b/apps/api/src/generated/api-version.ts index 173a9c43..6d31470c 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.1"; +export const API_VERSION = "1.17.2";