From 2ebab08891e0f26db2375fc968b2275174ad5e05 Mon Sep 17 00:00:00 2001 From: Ricardo Pacheco Date: Fri, 23 Feb 2024 16:21:03 -0300 Subject: [PATCH] Update CHANGELOG and fix layout main template for emails --- CHANGELOG.md | 16 ++++++++++++++++ .../services/mail/templates/layout.html.erb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 427f757..1b0e7b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ ## [Unreleased] +## [0.5.0] - 2024-02-23 + +### Added + +- Layer for external services. +- Creation of first external service: email. +- Configure email as application provider. +- Mandatory environment variables for communication with email service. +- Configuring development environment to run email service on local machine. +- Using `idlemailer` dependency to build emails and triggers. + +## Changes + +- I18n locale directory from `config/locales` to root path of project. +- Scope i18n messages by locale. + ## [0.4.1] - 2024-02-20 ### Added diff --git a/lib/auction_fun_core/services/mail/templates/layout.html.erb b/lib/auction_fun_core/services/mail/templates/layout.html.erb index 1040de6..0a886b8 100644 --- a/lib/auction_fun_core/services/mail/templates/layout.html.erb +++ b/lib/auction_fun_core/services/mail/templates/layout.html.erb @@ -1,7 +1,7 @@ - Welcome to Coded Mails + AuctionFun