Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but this makes me wonder if we ever really successfully published 2.0.0?