From 5a101e9ec8d0eafa73cdea03f04270b3103275be Mon Sep 17 00:00:00 2001 From: lerian-studio Date: Wed, 13 Nov 2024 20:04:21 +0000 Subject: [PATCH] chore(release): 1.27.0-beta.28 ## [1.27.0-beta.28](https://github.com/LerianStudio/midaz/compare/v1.27.0-beta.27...v1.27.0-beta.28) (2024-11-13) ### Bug Fixes * remove line break from generate uuidv7 func :bug: ([7cf4009](https://github.com/LerianStudio/midaz/commit/7cf4009e9dbb984d3aa94e4c3132645f0c99ca0b)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 080e31a2..e2cf06b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.27.0-beta.28](https://github.com/LerianStudio/midaz/compare/v1.27.0-beta.27...v1.27.0-beta.28) (2024-11-13) + + +### Bug Fixes + +* remove line break from generate uuidv7 func :bug: ([7cf4009](https://github.com/LerianStudio/midaz/commit/7cf4009e9dbb984d3aa94e4c3132645f0c99ca0b)) + ## [1.27.0-beta.27](https://github.com/LerianStudio/midaz/compare/v1.27.0-beta.26...v1.27.0-beta.27) (2024-11-13)