Skip to content

Commit

Permalink
chore(version): the next version will be 0.14.4
Browse files Browse the repository at this point in the history
build(JoanFM): fix bulk operation in ES backend
  • Loading branch information
jina-bot committed Aug 2, 2022
1 parent 951004e commit f588758
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@






<a name=release-note-0-1-1></a>
Expand Down Expand Up @@ -2837,3 +2838,22 @@

- [[```dadce129```](https://github.com/jina-ai/docarray/commit/dadce12907808f216148bc46d44609f290d54539)] __-__ __version__: the next version will be 0.14.2 (*Jina Dev Bot*)

<a name=release-note-0-14-3></a>
## Release Note (`0.14.3`)

> Release time: 2022-08-02 11:24:02


🙇 We'd like to thank all contributors for this new release! In particular,
Alvin Prayuda, Jina Dev Bot, 🙇


### 🐞 Bug fixes

- [[```951004ee```](https://github.com/jina-ai/docarray/commit/951004ee976cdd0e0a3a624520c818d2576017a7)] __-__ __elastic__: handle bulk operation error info for another op type (#465) (*Alvin Prayuda*)

### 🍹 Other Improvements

- [[```889b2ad8```](https://github.com/jina-ai/docarray/commit/889b2ad88ddfb3a1ccaa4ebd95d4fc2f3e2b7b7a)] __-__ __version__: the next version will be 0.14.3 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion docarray/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.14.3'
__version__ = '0.14.4'

import os

Expand Down

0 comments on commit f588758

Please sign in to comment.