Skip to content

Commit e0a117f

Browse files
chore(version): v0.3.0
1 parent 258b3ac commit e0a117f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to hyperswitch-card-vault will be documented here.
44

55
- - -
66

7+
## 0.3.0 (2024-02-05)
8+
9+
### Features
10+
11+
- **benches:** Introduce benchmarks for internal components ([#53](https://github.com/juspay/hyperswitch-card-vault/pull/53)) ([`8a7bbc3`](https://github.com/juspay/hyperswitch-card-vault/commit/8a7bbc3f6db41e938e19fd36bb55bd3b7ef585b0))
12+
- **caching:** Implement hash_table and merchant table caching ([#55](https://github.com/juspay/hyperswitch-card-vault/pull/55)) ([`f0d4cc4`](https://github.com/juspay/hyperswitch-card-vault/commit/f0d4cc45868977505fe34023161c31505aabc348))
13+
- **hashicorp-kv:** Add feature to extend key management service at runtime ([#65](https://github.com/juspay/hyperswitch-card-vault/pull/65)) ([`9260782`](https://github.com/juspay/hyperswitch-card-vault/commit/9260782cbe5dfc11e0674cdea7dda267c0710e8f))
14+
- **router:** Add `duplication_check` field in stored card response([#59](https://github.com/juspay/hyperswitch-card-vault/pull/59)) ([`358cdb8`](https://github.com/juspay/hyperswitch-card-vault/commit/358cdb8d89b594a0f273dd976867879357c19ef3))
15+
16+
### Miscellaneous Tasks
17+
18+
- **deps:** Update axum `0.6.20` to `0.7.3` ([#66](https://github.com/juspay/hyperswitch-card-vault/pull/66)) ([`7b8e116`](https://github.com/juspay/hyperswitch-card-vault/commit/7b8e1163a4a2a51fc2bc4404c6608a4d3a572ed4))
19+
- Fix caching issue for conditional merchant creation ([#68](https://github.com/juspay/hyperswitch-card-vault/pull/68)) ([`258b3ac`](https://github.com/juspay/hyperswitch-card-vault/commit/258b3ac416bcdfcc731cfa88967a42ea690347e1))
20+
21+
**Full Changelog:** [`v0.2.0...v0.3.0`](https://github.com/juspay/hyperswitch-card-vault/compare/v0.2.0...v0.3.0)
22+
23+
- - -
24+
25+
726
## 0.2.0 (2023-12-26)
827

928
### Features

0 commit comments

Comments
 (0)