diff --git a/CHANGELOG.md b/CHANGELOG.md index f005e57..d2b9395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 4.0.0 -- BREAKING: Přechod z `Future.error` na `enum` v `canteen_lib_exceptions.dart` -- BREAKING: `objednat` a `doBurzy` vrací `Jidelnicek` místo `Jidlo` +- BREAKING: Přechod z `Future.error("String")` na `Future.error(enum)` v `canteen_lib_exceptions.dart` +- BREAKING: `objednat`, `doBurzy` a `objednatZBurzy` vrací `Jidelnicek` místo `Jidlo` ## 3.1.0 diff --git a/pubspec.yaml b/pubspec.yaml index 1a6d540..9dbe16b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,15 +1,15 @@ name: canteenlib description: Library for communication with the czech canteen food ordering system iCanteen -version: 3.0.6 -repository: "https://github.com/tpkowastaken/canteenlib" -issue_tracker: "https://github.com/tpkowastaken/canteenlib/issues" +version: 4.0.0 +repository: "https://github.com/Autojidelna/canteenlib" +issue_tracker: "https://github.com/Autojidelna/canteenlib/issues" environment: sdk: ">=2.16.1 <4.0.0" dev_dependencies: dotenv: ^4.0.1 - lints: ^2.0.0 + lints: ^3.0.0 test: ^1.16.0 dependencies: http: ^1.1.0