We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a693cbd commit cacf4ebCopy full SHA for cacf4eb
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# [3.0.0](https://github.com/enter-at/lambda-handlers/compare/v2.0.1...v3.0.0) (2019-10-04)
2
+
3
4
+### chore
5
6
+* **marshmallow:** update to version 3.x ([99f935f](https://github.com/enter-at/lambda-handlers/commit/99f935f))
7
8
9
+### BREAKING CHANGES
10
11
+* **marshmallow:** Marshmallow version changed to 3.x
12
13
## [2.0.1](https://github.com/enter-at/lambda-handlers/compare/v2.0.0...v2.0.1) (2019-08-02)
14
15
lambda_handlers/version.py
@@ -1,2 +1,2 @@
"""Release version number."""
-__version__ = '2.0.1' # noqa
+__version__ = '3.0.0' # noqa
0 commit comments