diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b03536e9..3d696754e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [3.2.0](https://github.com/web-pal/chronos-timetracker/compare/v3.1.0...v3.2.0) (2019-04-22) + + +### Bug Fixes + +* idle popup scroll bars ([00af468](https://github.com/web-pal/chronos-timetracker/commit/00af468)) +* sentry integration ([6f198e2](https://github.com/web-pal/chronos-timetracker/commit/6f198e2)) + + +### Features + +* Screenshots viewer popup ([c167083](https://github.com/web-pal/chronos-timetracker/commit/c167083)) +* user mention api request ([2cb1952](https://github.com/web-pal/chronos-timetracker/commit/2cb1952)) + + + # [3.1.0](https://github.com/web-pal/chronos-timetracker/compare/v3.0.1...v3.1.0) (2019-04-04) diff --git a/app/package.json b/app/package.json index 97f32c501..1892ef24e 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "Chronos", - "version": "3.1.0", + "version": "3.2.0", "description": "Native app for time-tracking fully integrated with JIRA", "main": "./dist/main.prod.js", "author": { diff --git a/package.json b/package.json index f6b96a6de..f96412e15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Chronos", - "version": "3.1.0", + "version": "3.2.0", "description": "Full functionality time tracking software with direct JIRA integration", "scripts": { "dev": "yarn start-renderer-dev",