Skip to content

Commit 203500c

Browse files
author
abel
committed
(fix) Updated CHANGELOG and version number
1 parent 04744d4 commit 203500c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ make tests
8787
```
8888

8989
### Changelogs
90+
**0.8.4**
91+
* Added keepalive options to gRPC channels.
92+
9093
**0.8.3**
9194
* Fix dependency issue in setup.py.
9295

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.9"
20-
VERSION = "0.8.3"
20+
VERSION = "0.8.4"
2121

2222
REQUIRED = [
2323
"aiohttp",

0 commit comments

Comments
 (0)