Skip to content

Commit

Permalink
Bump to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoRasillo committed Feb 8, 2022
1 parent ee5d2c9 commit cb900d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

## unreleased
## 4.5.0 2022-02-08

- login: Contrast colors persons buttons
- callinfo categories: button to filter claims or helpdesk categories
- callinfo categories: hide category code
- callinfo categories: hide section for helpdesk categories
- dailyreport also reports stats by chat
- irontec: implementation of the stats functionality
- new cli commands:
- `tomatic_rtqueue.py stats` to get the daily stats
- `tomatic_rtqueue.py calls` to get the raw daily call details

## 4.4.2 2022-01-28

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "somenergia-tomatic",
"version": "4.4.2",
"version": "4.5.0",
"description": "Phone Support helper",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tomatic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='4.4.2'
__version__='4.5.0'

0 comments on commit cb900d7

Please sign in to comment.