diff --git a/CHANGELOG.md b/CHANGELOG.md index df4ea553..43096ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 1.8.5 Maintenance Release + +- Fix regression with singleton sequence of array type (issue #462) +- Correctly handle empty array input to group expression (issue #527) +- Fix bug with outer array when evaluating wildcard (issue #495) + #### 1.8.4 Maintenance Release - Fix bug in `$eval` when second arg is an empty array (issue #463) diff --git a/package.json b/package.json index e37645d7..c72ab13f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonata", - "version": "1.8.4", + "version": "1.8.5", "description": "JSON query and transformation language", "module": "jsonata.js", "main": "jsonata.js",