Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.1...v2.0.0) (2019-08-01)

### Bug Fixes

* **LambdaHandler:** remove context option ([29f71c3](29f71c3))

* Merge pull request #58 from enter-at/fix/remove-context-update ([d79deb8](d79deb8)), closes [#58](#58)

### BREAKING CHANGES

* The context option has been removed
* **LambdaHandler:** The context option has been removed.
  • Loading branch information
semantic-release-bot committed Aug 1, 2019
1 parent d79deb8 commit d0ac1e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.0.0](https://github.com/enter-at/lambda-handlers/compare/v1.1.1...v2.0.0) (2019-08-01)


### Bug Fixes

* **LambdaHandler:** remove context option ([29f71c3](https://github.com/enter-at/lambda-handlers/commit/29f71c3))


* 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)


### BREAKING CHANGES

* The context option has been removed
* **LambdaHandler:** The context option has been removed.

## [1.1.1](https://github.com/enter-at/lambda-handlers/compare/v1.1.0...v1.1.1) (2019-07-30)


Expand Down
2 changes: 1 addition & 1 deletion lambda_handlers/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Release version number."""
__version__ = '1.1.1' # noqa
__version__ = '2.0.0' # noqa

0 comments on commit d0ac1e4

Please sign in to comment.