Skip to content

Commit 4301b36

Browse files
committed
Version 1.1.0 Release
1 parent 1aac7ac commit 4301b36

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
Changelog
22
============
33

4+
v1.1.0 (2018-01-19)
5+
---------------------
6+
7+
- Added the ability to pass an existing Flask instance into SlackEventAdapter
8+
- Added server response headers for python, os and package versions
49

5-
v1.0.1 (2017-12-18)
10+
v1.0.1 (2017-12-18)
611
---------------------
712

813
- Added change log ✅

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.1'
2+
__version__ = '1.1.0'

0 commit comments

Comments
 (0)