Skip to content

Commit 14ebacf

Browse files
author
Github Actions
committed
Finalized changelog for v2.8.0
1 parent df70ca5 commit 14ebacf

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

changelog.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangel#og.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
----
8+
* * *
99

1010
## [Unreleased]
1111

12+
## [2.8.0] - 2023-09-13
13+
1214
### Added
1315

1416
- Github Support Files
1517
- Github Action Updates
1618
- ColdBox 7 Auto Testing
1719
- New `start:fakemail` command to start FakeSMTP for testing
1820
- Addded fake smtp server for testing on the harness
19-
- Skipping of parsing tokens if the mail type is template to avoid complex data in the send-grip protocol https://github.com/coldbox-modules/cbmailservices/pull/34
21+
- Skipping of parsing tokens if the mail type is template to avoid complex data in the send-grip protocol <https://github.com/coldbox-modules/cbmailservices/pull/34>
2022

2123
## [v2.7.1] => 2023-FEB-14
2224

2325
### Fixed
2426

25-
- Fix usage of invalid named member function #33 (https://github.com/coldbox-modules/cbmailservices/pull/33)
27+
- Fix usage of invalid named member function #33 (<https://github.com/coldbox-modules/cbmailservices/pull/33>)
2628

2729
## [v2.7.0] => 2023-JAN-16
2830

@@ -38,7 +40,7 @@ A big thanks to @richardherbert for all the updates in this release.
3840

3941
- Added test for MAILGUN_BASEURL property
4042
- Updated to make MAILGUN_APIURL optional
41-
- Added support for Mailgun EU region by making MAILGUN_APIURL an optional property with https://api.mailgun.net/v3/ as the default.
43+
- Added support for Mailgun EU region by making MAILGUN_APIURL an optional property with <https://api.mailgun.net/v3/> as the default.
4244

4345
### Changed
4446

@@ -207,7 +209,7 @@ A big thanks to @richardherbert for all the updates in this release.
207209
## [v1.4.0]
208210

209211
- Updated to use module templating
210-
- Proposed additionalInfo data struct for provider specific implementations. Added a couple of helper methods : https://github.com/coldbox-modules/cbox-mailservices/pull/5
212+
- Proposed additionalInfo data struct for provider specific implementations. Added a couple of helper methods : <https://github.com/coldbox-modules/cbox-mailservices/pull/5>
211213
- Updated to leverage WireBox for object creations instead of internal new and createobjects
212214

213215
## [v1.3.0]
@@ -229,3 +231,7 @@ A big thanks to @richardherbert for all the updates in this release.
229231
## [v1.0.0]
230232

231233
- Create first module version
234+
235+
[Unreleased]: https://github.com/coldbox-modules/cbmailservices/compare/v2.8.0...HEAD
236+
237+
[2.8.0]: https://github.com/coldbox-modules/cbmailservices/compare/df70ca56372fc3ea234f4a5940fd8901c72ca10f...v2.8.0

0 commit comments

Comments
 (0)