From d2ef1ca130a8dd3b1333507c176f87364b5c4a46 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Oct 2024 11:12:35 +0000 Subject: [PATCH] chore(release): 2.0.0 # [2.0.0](https://github.com/Lundalogik/laravel-newsletter-driver/compare/v1.2.1...v2.0.0) (2024-10-08) ### Features * add Laravel 10 support ([9084df7](https://github.com/Lundalogik/laravel-newsletter-driver/commit/9084df7ee17d1316b3341852210d7367f104c344)) ### BREAKING CHANGES * Requires Laravel v10 or above fix: phpstan ignore mocks fix: add missing package test: add test with attachments included ci: only run supported versions of php chore: clean up fix: change method to set attachment headers ci: change phpunit schema in runtime fix: fix typing fix: include phpunit and phpstan in composer.json ci: update workflow build: basic docker compose for local development feat: Laravel 10 compatability --- composer.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 164a4a8..fec85d1 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Laravel Lime Newsletter Mail Driver", "type": "library", "license": "MIT", - "version": "1.2.1", + "version": "2.0.0", "authors": [ { "name": "Lundalogik" @@ -38,4 +38,4 @@ "illuminate/contracts": "^10.0", "symfony/mailer": "^6.2" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index a298e4d..a06dd3f 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "1.2.1" + "version": "2.0.0" } \ No newline at end of file