Skip to content

Commit

Permalink
Version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaneremieff committed Jul 23, 2021
1 parent 3866a9b commit 4e607b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.12.1

* Make `boto3` optional [#197](https://github.com/jordaneremieff/mangum/pull/197).


## 0.12.0

* Reintroduce WebSocket support [#190](https://github.com/jordaneremieff/mangum/pull/190). Thanks [eduardovra](https://github.com/eduardovra)!
Expand Down
4 changes: 4 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.12.1

* Make `boto3` optional [#197](https://github.com/jordaneremieff/mangum/pull/197).

## 0.12.0

* Reintroduce WebSocket support [#190](https://github.com/jordaneremieff/mangum/pull/190). Thanks [eduardovra](https://github.com/eduardovra)!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def get_long_description():

setup(
name="mangum",
version="0.12.0",
version="0.12.1",
packages=find_packages(),
license="MIT",
url="https://github.com/jordaneremieff/mangum",
Expand Down

0 comments on commit 4e607b4

Please sign in to comment.