diff --git a/CHANGELOG.md b/CHANGELOG.md index 693157c69f..753863a49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Alfresco JS API _This project provides a JavaScript client API into the v1 Alfresco REST API_ -# [0.3.6](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.6) (2016-xx-xx) +# [0.3.6](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.6) (2016-10-28) ## Fix - [separate getRestFieldValues in getRestFieldValues and getRestFieldValuesColumn #71](https://github.com/Alfresco/alfresco-js-api/issues/71) diff --git a/package.json b/package.json index a72425e936..05a20f8332 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfresco-js-api", - "version": "0.3.5", + "version": "0.3.6", "description": "JavaScript client library for the Alfresco REST API", "main": "main.js", "typings": "dist/alfresco-js-api.d.ts",