From 906c79a8e82c93eb66241359b3df5adbbc7c4dde Mon Sep 17 00:00:00 2001 From: joshua Date: Sat, 8 Aug 2026 01:19:49 +0200 Subject: [PATCH] Bump version to 1.6.0 Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 2 ++ backend/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f00c8..673bc5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project follows [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [1.6.0] - 2026-08-08 + ### Added - Supervisors can now unassign a donation that was previously applied to a registration, from a new "Assigned donations" list on the Payments page. This reverses the allocation (the registration's balance goes back up and the donation becomes available again), reverting the registration's status and revoking any tickets issued only because that allocation completed payment — blocked if a ticket has already been scanned. The registrant is notified by email/WhatsApp, mirroring the notification sent when a donation is first applied. The list can be searched (registrant, donor, or event) and filtered by event. diff --git a/backend/package.json b/backend/package.json index 5f503da..eea4792 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "event-management-backend", - "version": "1.5.4", + "version": "1.6.0", "description": "Event Management System Backend", "main": "src/index.js", "scripts": { diff --git a/frontend/package.json b/frontend/package.json index 2921391..ecfc36f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "hope-events-frontend", - "version": "1.5.4", + "version": "1.6.0", "private": true, "scripts": { "dev": "next dev --turbopack", diff --git a/package.json b/package.json index cc6fd9e..9609941 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hope-events", - "version": "1.5.4", + "version": "1.6.0", "main": "index.js", "scripts": { "dev:backend": "cd backend && npm run dev",