diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1e013bb8..8f192b9247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,23 @@ # Superdesk Server Changelog -## [Unreleased] +## [1.3] 2016-10-14 ### Added - Add `superdesk.cache` module. +- Add htm2nitf method to NITF formatter +- Add basic curation function for text archive +- Add embargo privilege + +### Fixed + +- PA NITF ingest fixes +- Set ingest default values only of not set via profile +- Fix image cropping after updating image crop size vocabulary +- Preserve language on update/rewrite actions +- Update word count on save and publish action +- Allow duplicating items to different desks +- Update `versioncreated` of duplicated item ## [1.2] 2016-10-04 diff --git a/setup.py b/setup.py index f746e4b352..ff4964f5c0 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( name='Superdesk-Core', - version='1.3rc3', + version='1.3', description='Superdesk Core library', long_description=LONG_DESCRIPTION, author='petr jasek',