diff --git a/CHANGELOG.md b/CHANGELOG.md index 1663e9501..ef7d1d0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [14.3.1](https://github.com/dherault/serverless-offline/compare/v14.3.0...v14.3.1) (2024-08-30) + +### Bug Fixes + +- Revert return 500 Internal Server Error on python error ([#1796](https://github.com/dherault/serverless-offline/pull/1796)) + ## [14.3.0](https://github.com/dherault/serverless-offline/compare/v14.3.0...v14.2.1) (2024-08-30) ### Features diff --git a/package.json b/package.json index 1a0ea9190..a704abbcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-offline", - "version": "14.3.0", + "version": "14.3.1", "description": "Emulate AWS λ and API Gateway locally when developing your Serverless project", "license": "MIT", "exports": {