From f2612e9dc77bd4354dc0733ee8435ec9202d5947 Mon Sep 17 00:00:00 2001 From: mckenziearts Date: Wed, 24 Jul 2024 04:10:10 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abbeb5..be2a301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](CONTRIBUTING.md). +## [v1.3.1](https://github.com/rinvex/laravel-subscriptions/compare/v1.3...v1.3.1) - 2024-07-24 + +### What's Changed + +* feat: Remove laravel 9 support and update github actions test by @mckenziearts in https://github.com/laravelcm/laravel-subscriptions/pull/17 + +**Full Changelog**: https://github.com/laravelcm/laravel-subscriptions/compare/v1.3...v1.3.1 + ## [v1.3](https://github.com/rinvex/laravel-subscriptions/compare/v6.1.0...v1.3) - 2024-07-24 ### What's Changed @@ -66,10 +74,13 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md). ## [v4.1.0](https://github.com/rinvex/laravel-subscriptions/compare/v4.0.6...v4.1.0) - 2020-06-15 - Update validation rules + - Drop using rinvex/laravel-cacheable from core packages for more flexibility + - Caching should be handled on the application layer, not enforced from the core packages - Drop PHP 7.2 & 7.3 support from travis + ## [v4.0.6](https://github.com/rinvex/laravel-subscriptions/compare/v4.0.5...v4.0.6) - 2020-05-30