Skip to content

Commit 0d33c8d

Browse files
authored
Version 1.0.1 Release (#22)
* Added changelog * Renamed changelog to .rst * Updated CHANGELOG Removed typo
1 parent 006d67f commit 0d33c8d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Changelog
2+
============
3+
4+
5+
v1.0.1 (2017-12-18)
6+
---------------------
7+
8+
- Added change log ✅
9+
- Decode byte stream into utf-8 - fixing Python 3 compatability issue (Thanks @navinpai!)
10+
- Added `host` argument, to bind to hosts other than `localhost` (Thanks @calvinhp!)
11+
- Improved verification token logic (Thanks @benoitlavigne!)
12+
13+
14+
v1.0.0 (2017-02-22)
15+
---------------------
16+
17+
- Initial release 🎉

slackeventsapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2-
__version__ = '1.0.0'
2+
__version__ = '1.0.1'

0 commit comments

Comments
 (0)