From 44b0329c85e2ccc810ca08a7cfeae40fd1e4ae33 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Thu, 10 Aug 2023 07:54:20 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b1b822..57155f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to `laravel-backup` will be documented in this file. +## 8.3.1 - 2023-08-10 + +### What's Changed + +- bump php version on phpstan.yml by @erikn69 in https://github.com/spatie/laravel-backup/pull/1693 +- Fix: relative_path too short, example: /app by @erikn69 in https://github.com/spatie/laravel-backup/pull/1694 + +**Full Changelog**: https://github.com/spatie/laravel-backup/compare/8.3.0...8.3.1 + ## 8.3.0 - 2023-08-09 ### What's Changed