diff --git a/dcli/CHANGELOG.md b/dcli/CHANGELOG.md index b40c1be6..6c3b662c 100644 --- a/dcli/CHANGELOG.md +++ b/dcli/CHANGELOG.md @@ -1,3 +1,8 @@ +# 6.1.2 +- Added new method withPrivilegesAsync +- forced native_synchronisation to 0.7.1 +- Fixed bug on windows which resulted in the projectRootPath being /C:/ + # 6.1.0 - upgraded to archive 3.6.1 to overcome dart 3.5 compatibility issue. - upgraded all packaages to scope 5.x diff --git a/dcli/lib/src/version/version.g.dart b/dcli/lib/src/version/version.g.dart index 41e77962..df689147 100644 --- a/dcli/lib/src/version/version.g.dart +++ b/dcli/lib/src/version/version.g.dart @@ -1,3 +1,3 @@ /// GENERATED BY pub_release do not modify. /// Instance of 'Name' version -String packageVersion = '6.1.0'; +String packageVersion = '6.1.2';