Skip to content

Commit

Permalink
Bump to version 2.0.12. (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
briensea authored Jun 19, 2024
1 parent 1d061f4 commit 57e70f5
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 @@
### June 19, 2024

`2.0.12`:

- Relax simplejson dependency and keep it backwards compatible ([#153](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/152))

### March 27, 2024

`2.0.11`:
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.11"
__version__ = "2.0.12"

0 comments on commit 57e70f5

Please sign in to comment.