We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3784993 commit cdc8509Copy full SHA for cdc8509
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 5.0.0 (2018-11-28)
4
+
5
+Changes:
6
7
+* *Backwards-incompatible*: Change default template pattern to
8
+ `<appname>_<metricname>_<date>`.
9
10
## 4.0.4 (2018-11-26)
11
12
Bug fixes:
elasticsearch_metrics/__init__.py
@@ -3,7 +3,7 @@
from elasticsearch_dsl.connections import connections
from django.utils.module_loading import autodiscover_modules
-__version__ = "4.0.4"
+__version__ = "5.0.0"
default_app_config = "elasticsearch_metrics.ElasticsearchMetricsConfig"
0 commit comments