diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ebbf833..c3c0ee54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.36.2](https://github.com/ecomplus/cloud-commerce/compare/v2.36.1...v2.36.2) (2025-01-01) + + +### Bug Fixes + +* **emails:** Properly debugging SMTP email failures to logger ([6b45876](https://github.com/ecomplus/cloud-commerce/commit/6b45876c8949a30dcca3129dff319a787b455909)) + ## [2.36.1](https://github.com/ecomplus/cloud-commerce/compare/v2.36.0...v2.36.1) (2025-01-01) diff --git a/package.json b/package.json index 3a16acead..c736e67f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cloudcommerce", "type": "module", - "version": "2.36.1", + "version": "2.36.2", "description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native", "main": "packages/api/lib/index.js", "author": "E-Com Club Softwares para E-commerce ",