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 ac7919e commit 23cb26cCopy full SHA for 23cb26c
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 2022.0.6 (2022-09-09)
4
+
5
+Changes:
6
+* replace travisci with github actions
7
+* fix incompatibility with elasticsearch-dsl>=6.3, update to 6.3+
8
+* test on pythons 3.6 thru 3.10, djangoes from 1.11 to 4.1
9
+* various fixes to pass tests
10
11
12
## 5.0.0 (2018-11-28)
13
14
Changes:
elasticsearch_metrics/__init__.py
@@ -1 +1 @@
-__version__ = "2022.0.5"
+__version__ = "2022.0.6"
0 commit comments