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",