diff --git a/CHANGELOG.md b/CHANGELOG.md index b655125..c46b32e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project follows [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [1.4.0] - 2026-08-04 + ### Added - Admin Manage Users page: notification preference (Email/WhatsApp/Both) can now be viewed and edited directly from the user list, instead of only being self-editable from the user's own profile. @@ -128,7 +130,9 @@ and this project follows [Semantic Versioning](https://semver.org/). - Initial release of the Hope Family Church event management app (Next.js frontend + Express/Prisma backend). -[Unreleased]: https://git.crosscode.co.za/joshua/hope-events/compare/v1.3.1...main +[Unreleased]: https://git.crosscode.co.za/joshua/hope-events/compare/v1.4.0...main +[1.4.0]: https://git.crosscode.co.za/joshua/hope-events/compare/v1.3.2...v1.4.0 +[1.3.2]: https://git.crosscode.co.za/joshua/hope-events/compare/v1.3.1...v1.3.2 [1.3.1]: https://git.crosscode.co.za/joshua/hope-events/compare/v1.3.0...v1.3.1 [1.3.0]: https://git.crosscode.co.za/joshua/hope-events/compare/v1.2.0...v1.3.0 [1.2.0]: https://git.crosscode.co.za/joshua/hope-events/compare/v1.1.0...v1.2.0 diff --git a/backend/package.json b/backend/package.json index 25a8636..74b1a47 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "event-management-backend", - "version": "1.3.2", + "version": "1.4.0", "description": "Event Management System Backend", "main": "src/index.js", "scripts": { diff --git a/frontend/package.json b/frontend/package.json index d6aecb1..2ba611c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "hope-events-frontend", - "version": "1.3.2", + "version": "1.4.0", "private": true, "scripts": { "dev": "next dev --turbopack",