diff --git a/CHANGELOG.md b/CHANGELOG.md index 43096ec8..ba62a4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 1.8.6 Maintenance Release + +- Fix bug in date/time picture string. Width formatting is not respected without a separator (issue #546) +- Fix error when converting empty array to an object (issue #547) +- Fix Buffer deprecation warning (PR #560) + #### 1.8.5 Maintenance Release - Fix regression with singleton sequence of array type (issue #462) diff --git a/package.json b/package.json index c72ab13f..1d32c749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonata", - "version": "1.8.5", + "version": "1.8.6", "description": "JSON query and transformation language", "module": "jsonata.js", "main": "jsonata.js",