From 5f2a6662e44e8ed248ba276c47876258c6208cb5 Mon Sep 17 00:00:00 2001 From: Warrick Date: Thu, 27 Jan 2022 10:14:21 +0200 Subject: [PATCH] Laravel 9 support. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b84361..79762e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.2.2] 2022-01-27 +### Changed +- Changed dependency version limits to support later versions of Laravel. + +## [2.2.1] 2022-01-25 +### Fixed +- Changed dependencies to get around the security vulnerability in nanoid. + ## [2.2.0] 2021-11-04 ### Changed - Slight breaking change in the JavaScript helper. The constructor will now only accept a permissions array or JSON encoded string.