Skip to content

Commit

Permalink
release: 0.1.4 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Jan 5, 2021
1 parent 8c1bb37 commit 698006e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Change log

### 0.1.4

- [fix]: crash with empty indexes (#39) [Daniel Vaz Gaspar]
- [docs]: update README with github actions badge (#41) [Daniel Vaz Gaspar]
- [ci]: from travis to github actions (#40) [Daniel Vaz Gaspar]
- [docs]: updated readme opendistro info (#37) [Anirudha (Ani) Jadhav]

### 0.1.3

- [elasticsearch]: feat: `fetch_size` configurable and set default to 10000 (#30)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import find_packages, setup

VERSION = "0.1.3"
VERSION = "0.1.4"
BASE_DIR = os.path.abspath(os.path.dirname(__file__))

with io.open("README.md", "r", encoding="utf-8") as f:
Expand Down

0 comments on commit 698006e

Please sign in to comment.