Skip to content

Commit f46eaf3

Browse files
Changelog for release v0.5.5 (#850)
1 parent 41664e6 commit f46eaf3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 0.5.5 (2023-04-10)
2+
3+
## New Features
4+
5+
* **api_models:** derive `strum::Display` for `RefundStatus` (#846) (4524d4f5)
6+
* allow (de)serializing countries to/from alpha-2, alpha-3 and numeric country codes (#836) (899767cf)
7+
* **connector:** add authorize, capture, void, psync, refund, rsync for PayPal connector (#747) (36049c13)
8+
9+
## Bug Fixes
10+
11+
* Add locker sign keyid in env (#844) (70dff140)
12+
13+
## Other Changes
14+
15+
* **common_utils:** put the async ext trait behind a feature (#835) (de29eb68)
16+
* update ci workflows for common_enums crate (#843) (45111337)
17+
18+
## Refactors
19+
20+
* **scheduler:** remove scheduler options & adding graceful shutdown to producer (#840) (11df8436)
21+
* **router:** refactor amount in PaymentsCaptureData from Option<i64> to i64 (#821) (b8bcba4e)
22+
123
# 0.5.4 (2023-04-04)
224

325
## New Features

0 commit comments

Comments
 (0)