From 5e901e2a77a80282be13e374a5b972df6d0d7580 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:02:30 +0200 Subject: [PATCH] chore(master): release 1.2.13 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad715ac1..6dbf5e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.13](https://github.com/wayofdev/laravel-webhook-client/compare/v1.2.12...v1.2.13) (2024-02-27) + + +### Bug Fixes + +* **deps:** update dependency symfony/http-foundation to v6.4.4 ([af41506](https://github.com/wayofdev/laravel-webhook-client/commit/af415061acee22fceb74b47e9697dab845aab796)) + ## [1.2.12](https://github.com/wayofdev/laravel-webhook-client/compare/v1.2.11...v1.2.12) (2024-02-21) diff --git a/package.json b/package.json index 36c87f5a..fac371cf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.12", + "version": "1.2.13", "repository": { "url": "https://github.com/wayofdev/laravel-webhook-client.git" }