Skip to content

Commit 2c69039

Browse files
author
Shane DeWael
authored
Merge pull request #46 from shanedewael/v2.1.0
v2.1.0
2 parents 70111e9 + 3631a45 commit 2c69039

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
@@ -1,6 +1,23 @@
11
Changelog
22
============
33

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+
421
v1.1.0 (2018-01-19)
522
---------------------
623

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.1.0'
2+
__version__ = '2.1.0'

0 commit comments

Comments
 (0)