Skip to content

Commit

Permalink
Merge pull request #66 from certego/develop
Browse files Browse the repository at this point in the history
0.7.9
  • Loading branch information
mlodic authored Apr 16, 2024
2 parents 0aa0bf4 + 31fddaf commit 6e75739
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

**[Get it on PyPi](https://pypi.org/project/certego-saas/)**

## 0.7.9
Elastic BI support for v8

## [0.7.3](https://github.com/certego/certego-saas/releases/tag/0.1.1)

**New features:**
Expand Down
1 change: 0 additions & 1 deletion certego_saas/ext/upload/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def to_bulk(self) -> Dict[str, Any]:
return {
"_op_type": "index",
"_index": self.index,
"_type": "_doc",
"_source": self.to_json(),
}

Expand Down
2 changes: 1 addition & 1 deletion certego_saas/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.7.8"
VERSION = "0.7.9"

0 comments on commit 6e75739

Please sign in to comment.