From ea03e44ce69241cd9f3d3eaf91f74105b6ce1653 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:08:01 +0200 Subject: [PATCH] chore(main): release 2.0.0 (#19) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1940ec6..5116ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/TartanLeGrand/laravel-openapi/compare/v1.13.1...v2.0.0) (2024-08-02) + + +### ⚠ BREAKING CHANGES + +* requires Laravel 11 + +### Miscellaneous Chores + +* remove doctrine ([#17](https://github.com/TartanLeGrand/laravel-openapi/issues/17)) ([ae4695e](https://github.com/TartanLeGrand/laravel-openapi/commit/ae4695e9973fe6b9e70c4c132bdc324c57075635)) + ## [1.13.1](https://github.com/TartanLeGrand/laravel-openapi/compare/v1.13.0...v1.13.1) (2024-07-13)