Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jun 12, 2024
1 parent 060d161 commit 69bee83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes for Amazon SES

## 3.1.0 - 2024-06-12

### Added

- Added the ability to send custom email headers, including `List-Unsubscribe` and `List-Unsubscribe-Post` headers ([#480](https://github.com/putyourlightson/craft-campaign/issues/480)).

## 3.0.0 - 2024-04-08

### Added
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "putyourlightson/craft-amazon-ses",
"description": "Amazon SES mailer adapter.",
"version": "3.0.0",
"version": "3.1.0",
"type": "craft-plugin",
"homepage": "https://putyourlightson.com/plugins/amazon-ses",
"license": "MIT",
"keywords": [
"email",
"mailer",
"amazon",
"aws",
"ses"
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/AmazonSes.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AmazonSes extends Plugin
public static AmazonSes $plugin;

/**
* @inheritdoc
* @inheritdoc
*/
public string $schemaVersion = '1.0.0';

Expand Down

0 comments on commit 69bee83

Please sign in to comment.