diff --git a/CHANGELOG.md b/CHANGELOG.md index a00b8f4..0163db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.7.8 + +* Add helper methods for unix fd arrays. + ## 0.7.7 * Use contents of DBusStruct/Array/Dict for hash codes. diff --git a/pubspec.yaml b/pubspec.yaml index b62f02c..bf1000c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dbus -version: 0.7.7 +version: 0.7.8 description: A native Dart implementation of the D-Bus message bus client. This package