From 9917bb377bc7f81176a59a22ac16b7f067e03ac7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 07:56:39 +0000 Subject: [PATCH] chore(master): release 1.3.1 --- CHANGELOG.md | 7 +++++++ composer.json | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f3826..fb950ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.3.1](https://github.com/DataLinx/SqualoMail-PHP-SDK/compare/v1.3.0...v1.3.1) (2023-12-16) + + +### Miscellaneous Chores + +* add .gitattributes to exclude directories and files from package distribution ([166bc70](https://github.com/DataLinx/SqualoMail-PHP-SDK/commit/166bc70517205ddc80c501369812b73f77f203bb)) + ## [1.3.0] - 2022-10-21 ### Added - Implemented support for recipient tags for create, get and update requests diff --git a/composer.json b/composer.json index 6044e06..3247034 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,14 @@ { "name": "datalinx/squalomail-php-sdk", "description": "PHP SDK for SqualoMail", - "keywords": ["squalomail", "api", "webservice", "php", "sdk", "slovenia"], + "keywords": [ + "squalomail", + "api", + "webservice", + "php", + "sdk", + "slovenia" + ], "homepage": "https://github.com/datalinx/squalomail-php-sdk", "type": "library", "license": "MIT",