All notable changes to StellarBounty are documented in this file.
The format follows Keep a Changelog, and this project uses Semantic Versioning.
0.1.0 - 2026-06-16
Initial public development baseline.
- Monorepo workspace with frontend, backend, and Soroban contract packages.
- Next.js frontend application for browsing and interacting with bounties.
- NestJS backend API for bounty, submission, authentication, health, and metrics flows.
- Soroban contract workspace for escrow-oriented bounty behavior.
- Docker Compose and environment example files for local development.
- CI workflows for frontend, backend, and contract validation.
- Baseline Helmet, CORS, request ID, validation pipe, and JWT-based backend security configuration.