diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bcb7fbf47..8e558d7ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Superdesk Client Changelog +## [1.33.6] 2021-02-24 + +### Fixed + +- Improve performance of authors widget in authoring. + +## [1.33.5] 2020-09-30 + +### Fixed + +- Update UI framework version to 2.1.19. + ## [1.33.4] 2020-09-29 ### Fixed diff --git a/package.json b/package.json index dcb259cba9..27b9f91ca0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superdesk-core", - "version": "1.33.5", + "version": "1.33.6", "license": "AGPL-3.0", "repository": { "type": "git",