Skip to content

Latest commit

 

History

History
73 lines (35 loc) · 3.86 KB

CHANGELOG.md

File metadata and controls

73 lines (35 loc) · 3.86 KB

0.8.0 (2025-01-13)

Features

  • add encoding property to email attachments across services (f1e302c)

0.7.0 (2025-01-13)

Features

  • include attachments in notification service for email sending (0f6b61e)

0.6.0 (2025-01-13)

Features

  • add attachment for smtp service (5e7412f)

0.5.0 (2025-01-10)

Features

  • add attachment for sendgrid service (0d2f7b6)

0.4.0 (2024-08-09)

Features

  • add auth token to whatsapp config. (81a7952)
  • VILLB-487-488: create whatsapp module and meta provider to send messages via whatsapp. (a50e372)

Bug Fixes

0.3.0 (2024-07-11)

Features

  • Add configuration for email and SMS in notification module (023955a)

0.2.0 (2024-07-10)

Features

  • Add configuration for email and SMS in notification module (023955a)

0.1.2 (2024-07-10)

0.1.1 (2024-07-10)

0.1.0 (2024-07-10)

Features

  • add email providers for aws, sendgrid, smtp and sms providers for mutlucell with tests (c60040e)
  • add EmailModule, SmsModule with dynamic factory options (808a713)
  • add EmailService, SmsService (3faa3cb)
  • add sendSms and sendEmail for notification service with tests (dfd2856)
  • setup notification project (feff6fa)
  • Update environment variable descriptions in README.md (10c8dc4)