Skip to content

Commit

Permalink
Merge pull request #46 from shanedewael/v2.1.0
Browse files Browse the repository at this point in the history
v2.1.0
  • Loading branch information
Shane DeWael authored Dec 13, 2018
2 parents 70111e9 + 3631a45 commit 2c69039
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
============

v2.1.0 (2018-12-12)
---------------------

- Updates request signing to work for any content-type (#44)
- Updated minimum Flask version to address security vulnerability (#45)

v2.0.0 (2018-08-15)
---------------------

- Added support for Request signing

v1.1.0 (2018-01-19)
---------------------

- Added the ability to pass an existing Flask instance into SlackEventAdapter
- Added server response headers for python, os and package versions

v1.1.0 (2018-01-19)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion slackeventsapi/version.py
Original file line number Diff line number Diff line change
@@ -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 comments on commit 2c69039

Please sign in to comment.