Skip to content

Commit

Permalink
Bump version to 2.0.9 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
briensea authored Feb 1, 2024
1 parent 056aa36 commit b2557ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### February 01, 2024

`2.0.9`:

- Log warning on unhandled exceptions. ([#120](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/120))

### October 30, 2023

`2.0.8`:
Expand Down
2 changes: 1 addition & 1 deletion awslambdaric/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
"""

__version__ = "2.0.8"
__version__ = "2.0.9"

0 comments on commit b2557ae

Please sign in to comment.