diff --git a/CHANGELOG.md b/CHANGELOG.md index 65558eb..c0f8569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [2.1.0](https://github.com/Unikka/FilePreviews/compare/v2.0.0...v2.1.0) (2020-07-14) + + +### Build + +* Adding github sponsors ([73d963b](https://github.com/Unikka/FilePreviews/commit/73d963b69f5926b523bae2c35c2a7b0af55a3375)) +* Remove development credentials ([ef42117](https://github.com/Unikka/FilePreviews/commit/ef4211722a1490973a694cb4eb6ba4e6c09ac4da)) + +### Docs + +* Add release notes for 2.0.0 ([492cee7](https://github.com/Unikka/FilePreviews/commit/492cee7e8bb91b492e301e330ac62ce64c3f1465)) +* Improve documentation of the package ([2e5de7c](https://github.com/Unikka/FilePreviews/commit/2e5de7c4722179ed4009ab42432263d9b0c02e08)) + +### New + +* Add logger for ThumbnailGenerator errors ([81dbaa5](https://github.com/Unikka/FilePreviews/commit/81dbaa5af30e77ece48f4127cc7d5386cd5227a3)) + # 2.0.0 (2020-07-14) diff --git a/package.json b/package.json index 45219b1..a2004d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unikka-filepreview", - "version": "1.0.1", + "version": "2.1.0", "repository": "https://github.com/Unikka/FilePreviews.git", "license": "GNU GPLv3", "dependencies": {},