v0.16.25

ConduitPlatform/Conduitv0.16.25Apr 16, 2026by kkopanidis

AI Summary

This release introduces configuration versioning and includes improvements to email attachments and SMS handling, along with dependency updates.

Key Highlights

  • Introduced versioning in config for core module
  • Fixed email attachments issue (breaking change)
  • Removed phone number requirement for Twilio SMS
  • Updated Docker login action to version 4

Breaking Changes

  • Email attachments fix may require configuration changes

New Features

  • Config versioning in core module
  • Twilio SMS without phone number requirement

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