Skip to content

Commit

Permalink
Update CHANGELOG and fix layout main template for emails
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopacheco committed Feb 23, 2024
1 parent 06ee8fd commit 2ebab08
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<title> Welcome to Coded Mails </title>
<title>AuctionFun</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit 2ebab08

Please sign in to comment.