From 76fd9a1370a8f9debdda4d672ad7549b45e1d22d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:42:36 +0000 Subject: [PATCH] chore(main): release 2.1.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abefcb31..a531c8e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.2](https://github.com/Nova-Edge/laravel-openapi/compare/v2.1.1...v2.1.2) (2025-03-31) + + +### Bug Fixes + +* check if 'actionDocBlock' is null ([#43](https://github.com/Nova-Edge/laravel-openapi/issues/43)) ([033d21c](https://github.com/Nova-Edge/laravel-openapi/commit/033d21ccb221f45ee55d8ec0599d64bb28fff8f0)) + ## [2.1.1](https://github.com/Nova-Edge/laravel-openapi/compare/v2.1.0...v2.1.1) (2025-02-24)