diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c47b6..1a7497d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,3 +42,37 @@ ## 0.0.1-beta8 > Release date: 21/Oct/2021 * Fixes not exporting Communication individual class + +## 0.0.1 +> Release date: 25/Oct/2021 +* API models: all models were mapped with better implementation for flutter. +* Types: all useful types were mapped with better implementation for flutter (_see `Enum` section in examples_). +* UMMobile API fully implemented: + * Catalogue: + * Rules + * Countries + * Calendar + * Communication (Conéctate): + * News + * Events + * Blog + * Stories + * Questionnaire (COVID): + * Save answer + * Read answers + * Read extra information + * Update extra information + * Validate answer & extra information + * Validate responsive letter + * Academic: + * Documents + * Semesters + * Global average + * Financial: + * Balances + * Movements + * User: + * Information + * Picture + * Auth: + * Token diff --git a/pubspec.yaml b/pubspec.yaml index 2f86af2..487d3d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ummobile_sdk description: The SDK package used in the UMMobile App to connect with the server. -version: 0.0.1-beta8 +version: 0.0.1 homepage: https://github.com/UMMobile/ummobile_sdk environment: