From b4f9e8e4954e0e91ff20c3b5e8489fd174e94d0a Mon Sep 17 00:00:00 2001 From: Marick van Tuil Date: Sat, 22 Oct 2022 12:32:02 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d330aeb..780866f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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). +## 3.3.1 - 2022-10-22 + +**Fixed** + +- Fixes [#73](https://github.com/stackkit/laravel-google-cloud-tasks-queue/issues/73) Cannot access protected property Illuminate\Queue\Jobs\SyncJob::$job + ## 3.3.0 - 2022-10-15 **Added**