We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8536f commit 523a94bCopy full SHA for 523a94b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.1](https://github.com/enter-at/lambda-handlers/compare/v1.1.0...v1.1.1) (2019-07-30)
2
+
3
4
+### Bug Fixes
5
6
+* **release:** fix build target in Makefile ([81a4bab](https://github.com/enter-at/lambda-handlers/commit/81a4bab))
7
8
# [1.1.0](https://github.com/enter-at/lambda-handlers/compare/v1.0.5...v1.1.0) (2019-07-30)
9
10
lambda_handlers/version.py
@@ -1,2 +1,2 @@
"""Release version number."""
-__version__ = '1.1.0' # noqa
+__version__ = '1.1.1' # noqa
0 commit comments