diff --git a/release-notes/2.6.md b/release-notes/2.6.md new file mode 100644 index 000000000..dbbbf43a6 --- /dev/null +++ b/release-notes/2.6.md @@ -0,0 +1,40 @@ +# Elevate-Mentor Service Release Note + +## Version: 2.6.0 + +### New Features: + +1. **Sesseion Manger Flow:** + + - session manger can create a session, can assign mentor to the sessions, and he can add the mentees to the session as well + - + +2. **API Permissions:** + - The API can only be accessed using the appropriate permissions. + + + +### Enhancements: + +1. **Re-Build Materialized Views :** + + - To update the views + + **Steps to rebuild the meterialize views :** + + - Run the below curl + + ``` + curl --location --request GET 'http://localhost:7101/user/v1/admin/triggerViewRebuildInternal' \ +--header 'internal_access_token: INTERNAL_ACCESS_TOKEN' + ``` + +### Bug Fixes: + +### Infrastructure: + +### Documentation: + +### Deprecation Notice: + +### Known Issues: