diff --git a/CHANGELOG.md b/CHANGELOG.md index 441faeb..67a3604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.0 - 2024-09-03 + ## 0.2.0 - 2024-09-02 ## 0.2.0-beta.0 - 2024-08-26 diff --git a/package.json b/package.json index 8c6cab8..bd39bf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@klarna/nest-lambda-microservice", - "version": "0.2.0", + "version": "0.3.0", "description": "NestJS based microservice for writing applications that run on AWS Lambda", "repository": { "type": "git",