Skip to content

Commit

Permalink
chore(release): 1.26.0-beta.3
Browse files Browse the repository at this point in the history
## [1.26.0-beta.3](v1.26.0-beta.2...v1.26.0-beta.3) (2024-10-30)

### Features

* add uuid handler for routes with path parammeters ✨ ([f95111e](f95111e))

### Bug Fixes

* add nil validation for status description in account toProto func 🐛 ([387b856](387b856))
* **operation:** use parsed uuids 🐛 ([0c5eff2](0c5eff2))
* **transaction:** use parsed uuids 🐛 ([dbb19ad](dbb19ad))
  • Loading branch information
lerian-studio committed Oct 30, 2024
1 parent e823adc commit f457ebb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.26.0-beta.3](https://github.com/LerianStudio/midaz/compare/v1.26.0-beta.2...v1.26.0-beta.3) (2024-10-30)


### Features

* add uuid handler for routes with path parammeters :sparkles: ([f95111e](https://github.com/LerianStudio/midaz/commit/f95111ec4c8dabcb81959b3e0306219fb95080b3))


### Bug Fixes

* add nil validation for status description in account toProto func :bug: ([387b856](https://github.com/LerianStudio/midaz/commit/387b8560029bdd49010e28312da7d0038db16dba))
* **operation:** use parsed uuids :bug: ([0c5eff2](https://github.com/LerianStudio/midaz/commit/0c5eff2c3e0edeac2e76414557e115883f0e2350))
* **transaction:** use parsed uuids :bug: ([dbb19ad](https://github.com/LerianStudio/midaz/commit/dbb19adf62fd400c0685292f2e4d79170c59d248))

## [1.26.0-beta.2](https://github.com/LerianStudio/midaz/compare/v1.26.0-beta.1...v1.26.0-beta.2) (2024-10-30)


Expand Down

0 comments on commit f457ebb

Please sign in to comment.