From cdcd0197a71eee16eb04148f936b0ec0c052a637 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Fri, 29 Nov 2019 13:24:51 -0500 Subject: [PATCH] bump to version 0.8.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 871352e..9ab87ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.8.1 + +This release contains bugfixes and new features. + +* Update repository url to dbusjs org. +* Fix memory leak for high level client signal match rules. (#39, #40) +* Init proxy objects from xml string to avoid extra introspection. (4518825) +* Add `configureMembers` to service interface as an alternative to decorators. (#32) +* Allow async methods in the service interface. (#33) +* Add TypeScript typings. (#28, #34) +* Bugfix: correctly unmarshal unix socket 'h' type. (#35) +* Support DBus monitor clients. (#41, #42) + ## v0.7.1 This release contains breaking changes, bugfixes, and features. diff --git a/package.json b/package.json index b768330..7478597 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dbus-next", - "version": "0.7.1", + "version": "0.8.1", "keywords": [ "dbus", "dcop",