We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70111e9 + 3631a45 commit 2c69039Copy full SHA for 2c69039
2 files changed
CHANGELOG.rst
@@ -1,6 +1,23 @@
1
Changelog
2
============
3
4
+v2.1.0 (2018-12-12)
5
+---------------------
6
+
7
+- Updates request signing to work for any content-type (#44)
8
+- Updated minimum Flask version to address security vulnerability (#45)
9
10
+v2.0.0 (2018-08-15)
11
12
13
+- Added support for Request signing
14
15
+v1.1.0 (2018-01-19)
16
17
18
+- Added the ability to pass an existing Flask instance into SlackEventAdapter
19
+- Added server response headers for python, os and package versions
20
21
v1.1.0 (2018-01-19)
22
---------------------
23
slackeventsapi/version.py
@@ -1,2 +1,2 @@
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
-__version__ = '1.1.0'
+__version__ = '2.1.0'
0 commit comments