We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aac7ac commit 4301b36Copy full SHA for 4301b36
CHANGELOG.rst
@@ -1,8 +1,13 @@
1
Changelog
2
============
3
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
9
- v1.0.1 (2017-12-18)
10
+v1.0.1 (2017-12-18)
11
---------------------
12
13
- Added change log ✅
slackeventsapi/version.py
@@ -1,2 +1,2 @@
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
-__version__ = '1.0.1'
+__version__ = '1.1.0'
0 commit comments