diff --git a/README.md b/README.md index 9fe850dc..f9655126 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,15 @@ available in the current version: event's program, * Separated application and volunteer management systems, per team, per event, * Hotel booking management including support for non-volunteers and warnings, - * Retention management to easily approach volunteers who helped out before, + * Retention management to easily approach volunteers who helped out before, including the + ability to generate both e-mail and text messages, * Training scheduling management including support for non-volunteers and warnings, * Vendor management and scheduling for First Aid and Security teams, * Knowledge Base to provide volunteers access to categorised Q&A during the event, * Full accountability through extensive logging, including any and all outgoing messages, * Powerful permission management based on assigned roles and expressly granted privileges, * Direct integration with our friends at [Del a Rie Advies](https://delarieadvies.nl). + * Multi-year statistics, each of which can be sliced by team and situation, * GDPR-compliant data export tool, enabling third parties to securely access the data they need with strict limits on availability, time and request limits. diff --git a/package.json b/package.json index 6625ab4e..09bbd8e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volunteer-manager-animecon", - "version": "2.1.0", + "version": "3.0.0", "description": "Volunteer Management environment for AnimeCon", "scripts": { "sync-db": "node ts-sql.build.mjs",