From b003e3734d6b8c497309eae3c57f31a9a160d85c Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Tue, 11 May 2021 08:33:49 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19073205..ea493d2c 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,12 @@ There is a separate [Documentation repository](https://github.com/oqtane/oqtane. # Roadmap This project is a work in progress and the schedule for implementing enhancements is dependent upon the availability of community members who are willing/able to assist. +V.2.2.0 ( Oct 2021 ) +- [ ] Alternate Authentication Providers ( ie. Azure B2C, Social logins, etc... ) + V.2.1.0 ( May 2021 ) -- [ ] Cross Platform Database Support ( ie. SQLite ) - see [#964](https://github.com/oqtane/oqtane.framework/discussions/964) -- [ ] EF Core Migrations for Database Installation/Upgrade - see [#964](https://github.com/oqtane/oqtane.framework/discussions/964) +- [ ] Cross Platform Database Support ( ie. SQLite, MySQL, PostreSQL ) - see [#964](https://github.com/oqtane/oqtane.framework/discussions/964) +- [ ] EF Core Migrations - see [#964](https://github.com/oqtane/oqtane.framework/discussions/964) V.2.0.2 ( Apr 19, 2021 ) - [x] Assorted fixes and user experience improvements