From e5d2abf6535380e59ff9e3d21650e87c68efc33e Mon Sep 17 00:00:00 2001 From: ShaunSHamilton <51722130+ShaunSHamilton@users.noreply.github.com> Date: Wed, 22 Jul 2026 18:25:46 +0000 Subject: [PATCH] release(patch): 6.7.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c59d28..2b9e104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,12 @@ - vertical lines overlayed on answer graph - client: show all events on graph +## [6.7.3] - 2026-07-22 + +### Fixed + +- add sentry metric for attempt moderation time + ## [6.7.2] - 2026-07-17 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 7f90a52..47ab5cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3586,7 +3586,7 @@ dependencies = [ [[package]] name = "server" -version = "6.7.2" +version = "6.7.3" dependencies = [ "axum", "axum-extra", diff --git a/Cargo.toml b/Cargo.toml index 8e4665f..48b80a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "server" -version = "6.7.2" +version = "6.7.3" edition = "2024" publish = false diff --git a/package.json b/package.json index fc46f45..638b2b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "exam-creator", "private": true, - "version": "6.7.2", + "version": "6.7.3", "type": "module", "scripts": { "dev": "vite",