Skip to content

Commit

Permalink
0.32.0 - Cognito and Bash Completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Jones committed Dec 16, 2016
1 parent aba9c60 commit 60cd824
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Zappa Changelog

# 0.32.0
* Add Cognito Authorizers
* Refactor CLI, add Bash Completion
* Improve manylinux wheels
* Varios fixes and req bumps

## 0.31.0
* Adds the `cors` feature, big thanks to @AusIV!
* Adds support for `-e` eggs, thanks to @schuyler1d and @xuru!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='zappa',
version='0.31.0',
version='0.32.0',
packages=['zappa'],
install_requires=required,
tests_require=test_required,
Expand Down

0 comments on commit 60cd824

Please sign in to comment.