diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d21315..63ae785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.6 + +- New Version 0.0.6 +- Add Support Wasm +- Update Dependencies ## 0.0.5 - New Version 0.0.5 diff --git a/pubspec.yaml b/pubspec.yaml index 7b7424e..ca4267f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,13 +1,13 @@ name: 'telegraph' description: 'Telegraph Dart Library For interact with api telegraph.' -version: '0.0.5' +version: '0.0.6' repository: 'https://github.com/azkadev/telegraph.git' homepage: 'https://youtube.com/@azkadev' issue_tracker: 'https://github.com/azkadev/telegraph.git' environment: sdk: '>=3.6.0 <4.0.0' dependencies: - general_lib: '^0.0.61' + general_lib: '^0.0.62' http: '^1.2.2' http_parser: '^4.0.2' markdown: '^7.2.2'