v0.16.25

lhl/voicechat2v0.16.25Apr 16, 2026by kkopanidis

AI Summary

Maintenance release focusing on email fixes, dependency updates, and refactoring SMS functionality.

Key Highlights

  • Fixed email attachments handling
  • Refactored SMS to remove phone number requirement for Twilio
  • Introduced versioning in configuration

Breaking Changes

  • fix(email)!: attachments

New Features

  • Config versioning support
  • SMS refactoring

Full Release Notes

## What's Changed
* fix(email)!: attachments by @ioanniskemerlis in https://github.com/ConduitPlatform/Conduit/pull/1452
* build(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/1445
* refactor(sms): remove requirement for phone number in twilio by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1453
* feat(core): introduce versioning in config by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1454


**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.24...v0.16.25