File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.0.0] ( https://github.com/enter-at/lambda-handlers/compare/v1.1.1...v2.0.0 ) (2019-08-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** LambdaHandler:** remove context option ([ 29f71c3] ( https://github.com/enter-at/lambda-handlers/commit/29f71c3 ) )
7
+
8
+
9
+ * Merge pull request #58 from enter-at/fix/remove-context-update ([ d79deb8] ( https://github.com/enter-at/lambda-handlers/commit/d79deb8 ) ), closes [ #58 ] ( https://github.com/enter-at/lambda-handlers/issues/58 )
10
+
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ * The context option has been removed
15
+ * ** LambdaHandler:** The context option has been removed.
16
+
1
17
## [ 1.1.1] ( https://github.com/enter-at/lambda-handlers/compare/v1.1.0...v1.1.1 ) (2019-07-30)
2
18
3
19
Original file line number Diff line number Diff line change 1
1
"""Release version number."""
2
- __version__ = '1.1.1 ' # noqa
2
+ __version__ = '2.0.0 ' # noqa
You can’t perform that action at this time.
0 commit comments