chore(version): 2024.04.15.0

This commit is contained in:
github-actions
2024-04-15 00:12:55 +00:00
parent 4c2e97273a
commit 888c3a884a

View File

@ -4,6 +4,20 @@ All notable changes to HyperSwitch will be documented here.
- - -
## 2024.04.15.0
### Bug Fixes
- **logger:** Use specified log level only for first-party crates ([#4356](https://github.com/juspay/hyperswitch/pull/4356)) ([`b204be0`](https://github.com/juspay/hyperswitch/commit/b204be0e919d0ffd97b383e6a654982f78f9fa3d))
### Refactors
- **router:** Change stack size ([#4355](https://github.com/juspay/hyperswitch/pull/4355)) ([`4c2e972`](https://github.com/juspay/hyperswitch/commit/4c2e97273ab07917477ce016f7f04400e7e5df9a))
**Full Changelog:** [`2024.04.12.1...2024.04.15.0`](https://github.com/juspay/hyperswitch/compare/2024.04.12.1...2024.04.15.0)
- - -
## 2024.04.12.1
### Features