diff --git a/CHANGELOG.md b/CHANGELOG.md index 0657536..f37e03e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,3 +33,18 @@ - Refactor checkInternetConnection: - Renames to throwConnectionException - Updates to throw a ConnectionErrorException instead of returning HttpException type + +## 0.0.3 +> Release date: 01/Nov/2021 +- Adds ExpiredToken exception +- Adds validation for JWT +- Improves Auth class usage +- Fixes format of authorization header value +- Adds Unauthorized exception +- Updates HttpCallExceptions implementations: + - Adds ClientErrorException + - Adds ServerErrorException + - Adds ConnectionErrorException +- Refactor checkInternetConnection: + - Renames to throwConnectionException + - Updates to throw a ConnectionErrorException instead of returning HttpException type diff --git a/pubspec.yaml b/pubspec.yaml index 14f102e..c493c20 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ummobile_custom_http description: The custom HTTP client with GetConnect used in the UMMobile App to make the request. -version: 0.0.3-beta2 +version: 0.0.3 homepage: https://github.com/ummobile/ummobile_custom_http environment: