diff --git a/HISTORY b/HISTORY index 5eadf21..2c7bd28 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,11 @@ +0.4.0 +===== + +* The minimum supported version of node is now 12. +* Added APIs to retrieve and set volume and muted status of sources and + sinks [#29]. +* Updated dependencies [#17, #20, #21, #23, #24, #25, #26, #27, #28] + 0.3.3 ===== diff --git a/package.json b/package.json index d3f630d..22f045f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pulseaudio2", - "version": "0.3.3", + "version": "0.4.0", "description": "NodeJS PulseAudio client", "license": "LGPL-3.0+", "author": "Kayo Phoenix ",