diff --git a/CHANGES.md b/CHANGES.md index a20d2924bfc..490d3bb5d76 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,13 @@ # Change Log -#### next release (8.3.6) +#### next release (8.3.7) + +- [The next improvement] + +#### 8.3.6 - 2023-10-03 - Fixed a bug where incorrect "Remove all" icon is shown when the trait `displayGroup` of some group types (e.g.`wms-group`) is set to `true` but the members have not been populated yet. - Fix regression in `excludeMembers`, `id` and `name` should be lower-case for comparing. -- [The next improvement] #### 8.3.5 - 2023-09-26 diff --git a/package.json b/package.json index a30e87258f2..35fc2b61343 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terriajs", - "version": "8.3.5", + "version": "8.3.6", "description": "Geospatial data visualization platform.", "license": "Apache-2.0", "engines": {