Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Commit 2df2378

Browse files
committed
Bump to 0.0.5
1 parent 8491aa4 commit 2df2378

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

docs/changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,12 @@ Nodeogram 0.0.4
3737

3838
* Forms: ask questions to your users the easy way
3939
* Commands are now invoked only if ``/`` is the first character of the message
40-
* The ``message`` event is no longer fired if the message triggers a command
40+
* The ``message`` event is no longer fired if the message triggers a command
41+
42+
===============
43+
Nodeogram 0.0.5
44+
===============
45+
46+
* Added support for webhooks
47+
* It is now possible to disable the automatic fetching of updates
48+
* It is now possible to manually provide updates to the bot

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u'0.0.3'
62+
version = u'0.0.5'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'0.0.3'
64+
release = u'0.0.5'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodeogram",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "A simple yet complete Node.JS module for Telegram bots",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)