We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f16d02 commit c3cd569Copy full SHA for c3cd569
2 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
[](https://github.com/balemessenger)
3
4
+## [1.3.9] - 2018-12-05
5
+### Added
6
+- get_response method in response class
7
+- IPG payment message
8
+- healthy socket connection
9
10
## [1.2.8] - 2018-09-30
11
### Added
balebot/__version__.py
@@ -2,7 +2,7 @@
__title__ = 'balebot'
__description__ = 'Python framework for Bale messenger Bot API'
__url__ = 'https://github.com/balemessenger/bale-bot-python'
-__version__ = '1.2.8'
+__version__ = '1.3.9'
__author__ = 'bale'
__author_email__ = 'balebot@elenoon.ir'
__license__ = 'Apache 2.0'
0 commit comments