Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amritghimire authored Apr 28, 2024
1 parent 836e4b8 commit 4c4bff0
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.2.0] - 2024-04-28

### Added

- Mailersend client (#1).

### Changed

- improve EmailAddress behavior #1



## [0.1.0] - 2024-04-26

### Added

- Terminal client for local development
- Memory client for test cases
- SMTP client with tls and starttls, local support




[unreleased]: https://github.com/amritghimire/email-clients/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/amritghimire/email-clients/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/amritghimire/email-clients/releases/tag/v0.1.0

0 comments on commit 4c4bff0

Please sign in to comment.