diff --git a/CHANGES.MD b/CHANGES.MD index 35497b6..ea38c1e 100644 --- a/CHANGES.MD +++ b/CHANGES.MD @@ -1,6 +1,10 @@ List of notable changes: --- +## 20.09.2016 + ++ (Fixed) In previous versions, the third argument (notls) of the internal server() wrapper did not register bundled-plugins. This is fixed now. + ## 30.07.2016 + Added all restify bundled plugins diff --git a/package.json b/package.json index 358bcde..45dc23d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sys-api", - "version": "0.4.3", + "version": "0.4.4", "bugs": { "url": "https://github.com/Cloud2Box/sys-api/issues" },