Skip to content

Commit cdc8509

Browse files
committed
Bump version and update changelog
1 parent 3784993 commit cdc8509

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 5.0.0 (2018-11-28)
4+
5+
Changes:
6+
7+
* *Backwards-incompatible*: Change default template pattern to
8+
`<appname>_<metricname>_<date>`.
9+
310
## 4.0.4 (2018-11-26)
411

512
Bug fixes:

elasticsearch_metrics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from elasticsearch_dsl.connections import connections
44
from django.utils.module_loading import autodiscover_modules
55

6-
__version__ = "4.0.4"
6+
__version__ = "5.0.0"
77

88
default_app_config = "elasticsearch_metrics.ElasticsearchMetricsConfig"
99

0 commit comments

Comments
 (0)