diff --git a/CHANGELOG.md b/CHANGELOG.md index 39caaa2..1592003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.5.1 + +This release contains some import bugfixes, features, and breaking changes. The +service interface has been upgraded to "somewhat stable". + +* Use an ES2015 class for the `MessageBus`. +* Make the low level interface private for now. (breaking, ref #20). +* Document the public api and make everything not documented private (breaking, #10). +* Remove tcp message bus support (breaking). +* Forward connection errors to the `MessageBus`. +* Make `interfaces` member of the `ProxyObject` a map from interface names to `ProxyInterface`s (breaking). +* `ProxyObject#getInterface` now throws an error if the interface is not found (breaking). + ## v0.4.2 This release contains some important bugfixes and features. diff --git a/package.json b/package.json index 370a9c9..07b4990 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dbus-next", - "version": "0.4.2", + "version": "0.5.1", "keywords": [ "dbus", "dcop",