diff --git a/CHANGES.md b/CHANGES.md index 69c5f64e180..53849066de8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,13 @@ # Change Log -#### next release (8.3.5) +#### next release (8.3.6) + +- [The next improvement] + +#### 8.3.5 - 2023-09-26 - Allow a story to use iframe tag if the source is youtube, youtube-nocookie or vimeo. - Add `includeMembersRegex` to `GroupTraits`. This can be used to filter group members by id/name using a regular expression. -- [The next improvement] #### 8.3.4 - 2023-09-15 diff --git a/package.json b/package.json index f3883d32095..d4439ab7fef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terriajs", - "version": "8.3.4", + "version": "8.3.5", "description": "Geospatial data visualization platform.", "license": "Apache-2.0", "engines": { @@ -245,4 +245,4 @@ "build-for-node": "tsc -b tsconfig-node.json", "prepare": "yarn build-for-node && husky install" } -} +} \ No newline at end of file