From 7f3711ade5f299c5de8ea6ca53b5670fdd3a809e Mon Sep 17 00:00:00 2001 From: rupadana Date: Sat, 16 Mar 2024 01:35:35 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1972bea..8f1ce7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to `api-service` will be documented in this file. +## 3.1.3 - 2024-03-16 + +**Full Changelog**: https://github.com/rupadana/filament-api-service/compare/3.1.2...3.1.3 + +### What's Changed + +* allow for setting middlewares via config and via Filament Resources by @eelco2k in https://github.com/rupadana/filament-api-service/pull/35 +* feat: Middleware API on ApiServicePlugin class by @rupadana in https://github.com/rupadana/filament-api-service/pull/39 + +**Full Changelog**: https://github.com/rupadana/filament-api-service/compare/3.1.2...3.1.3 + ## 3.1.2 - 2024-03-10 **Full Changelog**: https://github.com/rupadana/filament-api-service/compare/3.1.1...3.1.2