Skip to content

Commit

Permalink
Merge pull request #31 from LerianStudio/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jeffersonrodrigues92 authored Jun 5, 2024
2 parents 8763d20 + a39d0e8 commit 1207216
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.7.0-beta.1](https://github.com/LerianStudio/midaz/compare/v1.6.0...v1.7.0-beta.1) (2024-06-05)


### Features

* Keto Stack Included in Docker Compose file - Auth ([c5c2831](https://github.com/LerianStudio/midaz/commit/c5c28311b661948c922e541cc618e30bcf878313))
* Keto Stack Included in Docker Compose file - Auth ([7be883f](https://github.com/LerianStudio/midaz/commit/7be883fb0a7851d6798eeadfbc79938d20ba4129))


### Bug Fixes

* add comments :bug: ([dfd765f](https://github.com/LerianStudio/midaz/commit/dfd765fab6f1c860879e096eeb2f9527e998d820))

## [1.6.0](https://github.com/LerianStudio/midaz/compare/v1.5.0...v1.6.0) (2024-06-05)


Expand Down
2 changes: 1 addition & 1 deletion components/auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ services:
timeout: 5s
retries: 5

mailslurper: #simulate email verification steps
mailslurper:
image: oryd/mailslurper:latest-smtps
ports:
- "4436:4436"
Expand Down
1 change: 1 addition & 0 deletions components/transaction/internal/ports/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func (handler *TransactionHandler) ValidateTransaction(ctx *fiber.Ctx) error {
})
}

// ParserTransactionTemplate method responsible for validate transaction template
func (handler *TransactionHandler) ParserTransactionTemplate(ctx *fiber.Ctx) error {
fileHeader, err := ctx.FormFile("dsl")
if err != nil {
Expand Down

0 comments on commit 1207216

Please sign in to comment.