diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e2606..101a5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.0 + +- Added more HTTP methods + ## 2.0.0 - Stable sound null-safety release with some fixed bugs diff --git a/pubspec.yaml b/pubspec.yaml index bd62dca..891fd82 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: studip description: A simple-to-use wrapper for Stud.IP's RestAPI service in Dart. -version: 2.0.0 +version: 2.1.0 homepage: https://github.com/ThexXTURBOXx/dart-studip repository: https://github.com/ThexXTURBOXx/dart-studip issue_tracker: https://github.com/ThexXTURBOXx/dart-studip/issues @@ -9,4 +9,5 @@ environment: sdk: '>=2.12.0 <3.0.0' dependencies: + http: ^0.13.3 oauth1: ^2.0.0