1 Commits

Author SHA1 Message Date
joshua 890970fffe Add CHANGELOG.md 2026-07-23 15:38:39 +02:00
+17
View File
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project follows [Semantic Versioning](https://semver.org/).
## [Unreleased]
## [1.0.0] - 2026-07-23
### Added
- 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.0.0...main
[1.0.0]: https://git.crosscode.co.za/joshua/hope-events/releases/tag/v1.0.0