v6.0.5
calcom/cal.diyv6.0.5Dec 24, 2025by emrysal
AI Summary
A minor patch release addressing email domain blocking logic and updating API v2 dependencies for the continuous integration environment.
Key Highlights
- Fixed email domain blocking logic by replacing 'includes' with 'endsWith'
- Updated API v2 dependencies for CI
- Improved test stability
Full Release Notes
## What's Changed * fix: When checking email domains to block replace `includes` with `endsWith` by @joeauyeung in https://github.com/calcom/cal.com/pull/26166 * chore: Change API v2 depends on for CI by @keithwillcode in https://github.com/calcom/cal.com/pull/26170 **Full Changelog**: https://github.com/calcom/cal.com/compare/v6.0.4...v6.0.5