Skip to content

Commit

Permalink
chore(version): the next version will be 1.1.5
Browse files Browse the repository at this point in the history
build(hanxiao): add rest reload
  • Loading branch information
jina-bot committed Apr 11, 2021
1 parent d89564d commit 4a2fbae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -43,6 +43,7 @@






# Change Logs
Expand Down Expand Up @@ -8277,3 +8278,22 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```5dcaf9b0```](https://github.com/jina-ai/jina/commit/5dcaf9b024f0e902f02b572cb4882f2252bcf916)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[```d24d97ca```](https://github.com/jina-ai/jina/commit/d24d97ca4c69dd4daf070c7dd1bccf40ec666491)] __-__ __version__: the next version will be 1.1.3 (*Jina Dev Bot*)

<a name=release-note-1-1-4></a>
## Release Note (`1.1.4`)

> Release time: 2021-04-11 10:58:39



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


### 🆕 New Features

- [[```d89564d7```](https://github.com/jina-ai/jina/commit/d89564d72e9f520714f82a8b047bf55e6d226289)] __-__ __rest__: expose reload api to rest interface (#2301) (*Han Xiao*)

### 🍹 Other Improvements

- [[```c6ca3c8f```](https://github.com/jina-ai/jina/commit/c6ca3c8fb41a399e1e651974a8c8c2fafb043eac)] __-__ __version__: the next version will be 1.1.4 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion jina/__init__.py
Expand Up @@ -56,7 +56,7 @@
# do not change this line manually
# this is managed by git tag and updated on every release
# NOTE: this represents the NEXT release version
__version__ = '1.1.4'
__version__ = '1.1.5'

# do not change this line manually
# this is managed by proto/build-proto.sh and updated on every execution
Expand Down

0 comments on commit 4a2fbae

Please sign in to comment.