Skip to content

Commit 288c1da

Browse files
committed
Improvements in audio quality for static responses
Implemented heart beat for server's health check Release v1.1
1 parent 39a831d commit 288c1da

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

jarvis_ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
version = "1.0"
3+
version = "1.1"
44

55
install_script = os.path.join(os.path.dirname(__file__), 'lib', 'install.sh')
66

release_notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release Notes
22
=============
33

4+
0.6.2 (05/10/2023)
5+
------------------
6+
- Improvements in audio quality for static responses
7+
- Implemented heart beat for server's health check
8+
- Release v1.1
9+
410
0.6.1 (05/10/2023)
511
------------------
612
- Setup ``heartbeat`` for server's health check

0 commit comments

Comments
 (0)