------------------- * Added ``created_at`` field in mongo storage class for better date selection * of the telemetry objects
0.2.10
------------------- * Added indexes to mongo storage class
0.2.8
------------------ * Fix in storage classes to ensure ``category`` and ``sub_category`` to be stored in the toplevel of the telemetry object
0.2.7
------------------ * Added fields ``category`` and ``sub_category`` to the telemetry object to allow for better distinction between telemetry sources * Rename telemetry field 'process_name' to 'soure_name' to be more clear about the data source in scope of the telemetry object
0.2.6
------------------ * Added default increment value = 1 to methods ``increase_base_count`` and ``increase_fail_count``
0.2.5
------------------ * Implemented ``increase_base_count`` and ``increase_fail_count`` method. They can be used to make your code more readable when updating the telemetry