diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4e6b36..9f25029f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add health check endpoints. [PR #61](https://github.com/riverqueue/riverui/pull/61). + - `GET /api/health-checks/complete` (Returns okay if the Go process is running and the database is healthy.) + - `GET /api/health-checks/minimal` (Returns okay as long as Go process is running.) + ## [0.1.1] - 2024-06-23 ### Fixed