From 72af3020302942f9bdd1f7f53f5b9005864a7eb9 Mon Sep 17 00:00:00 2001 From: Igor Benav Date: Wed, 18 Sep 2024 22:58:36 -0300 Subject: [PATCH] changelog updated --- docs/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 10fba6f..2f12db8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,16 @@ The Changelog documents all notable changes made to FastCRUD. This includes new features, bug fixes, and improvements. It's organized by version and date, providing a clear history of the library's development. ___ +## [0.15.1] - Sep 18, 2024 + +#### Added +- **Support for fastapi >=0.100** + +#### What's Changed +* now supporting fastapi >= 0.100.0 by @igorbenav in https://github.com/igorbenav/fastcrud/pull/166 + +**Full Changelog**: https://github.com/igorbenav/fastcrud/compare/v0.15.0...v0.15.1 +___ ## [0.15.0] - Sep 18, 2024 #### Added