diff --git a/CHANGELOG.md b/CHANGELOG.md index 501ac28..98d6c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [0.1.1] - 2026-04-01 + +### Patch Changes + +- Merge branch 'feat/database-test-safety' of ssh://git.notsosm.art/david/euchre_camp +- fix: use ELO change instead of win rate for best partner calculation +- fix: remove hardcoded passwords from docker-compose generation +- fix: load .env.development in test setup files +- fix: remove hardcoded database URLs and use environment variables +- fix: set DATABASE_URL for acceptance tests +- feat: add database test safety configuration +- fix: allowTies not saved when editing tournaments (closes #6) +- docs: add development database and testing documentation +- feat: set up development database and test cleanup utilities +- fix: improve availablePlayers query to handle undefined playerId +- fix: handle empty playerId string in user edit API + # Changelog All notable changes to this project will be documented in this file. diff --git a/package.json b/package.json index 96018d1..cdf1f63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "euchre_camp", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",