diff --git a/.dockerignore b/.dockerignore index 5206962bb..f2fda5e66 100644 --- a/.dockerignore +++ b/.dockerignore @@ -22,4 +22,6 @@ **/src/Squidex/Assets/*.* **/src/Squidex/appsettings.Development.json -**/src/Squidex/Properties/launchSettings.json \ No newline at end of file +**/src/Squidex/Properties/launchSettings.json + +CHANGELOG.md \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5184aec..15edfb7cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v1.12.0 - 2018-11-06 + +### Features + +* **Contents**: Comments for content items. +* **Contents**: Specify limits for max number of assets via options +* **Assets**: Specify limits for max number of assets via options +* **UI**: List view for assets +* **UI**: Reorder contents in references fields. + +### Bugfixes + +* **GraphQL**: Fix languages with region support. + +Various small bugfixes for UI and API. + ## v1.11.0 - 2018-09-24 ### Features