diff --git a/CHANGELOG.md b/CHANGELOG.md index ba7a921eb..7d2198b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 3.5.0 + +## Schema changes +- Added `isShort` field to `Video` entity indicating whether a video is a short format, vertical video or not. + +## Misc +- Disable both in App and email notifications for `videoPosted` notifiations type by default. +- Remove unused `@joystream/metadata-protobuf` patch from assets/patches directory. + # 3.4.0 ## Schema changes diff --git a/package-lock.json b/package-lock.json index 3bf88fc74..2421f621a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "orion", - "version": "3.4.0", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "orion", - "version": "3.4.0", + "version": "3.5.0", "hasInstallScript": true, "dependencies": { "@joystream/js": "^1.8.0", diff --git a/package.json b/package.json index 83e89242f..02cbe5d37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orion", - "version": "3.4.0", + "version": "3.5.0", "engines": { "node": ">=16" },