From 6f29b4a5935331afd68a09ba267717620e5ba625 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Wed, 9 Jul 2025 10:51:43 +0200 Subject: [PATCH] Release 8.3.2 --- ChangeLog | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ccd133df9b..841b02c982 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ DOMjudge Programming Contest Judging System +Version 8.3.2 - 9 July 2025 +--------------------------- + - Expose samples/problemset after the contest start + Version 8.3.1 - 13 September 2024 --------------------------------- - Create autoload_runtime.php as normal user to prevent a composer warning. diff --git a/README.md b/README.md index eaa23881ee..3361eb3ffc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ DOMjudge [![Coverity Scan Status](https://img.shields.io/coverity/scan/671.svg)](https://scan.coverity.com/projects/domjudge) [![CodeQL alerts](https://github.com/DOMjudge/domjudge/actions/workflows/codeql-analysis.yml/badge.svg?branch=main&event=push)](https://github.com/DOMjudge/domjudge/actions/workflows/codeql-analysis.yml) -This is the Programming Contest Jury System "DOMjudge" version 8.3.1 +This is the Programming Contest Jury System "DOMjudge" version 8.3.2 DOMjudge is a system for running a programming contest, like the ICPC regional and world championship programming contests.