From 4897eb9fa0c1dca65a4c26cfe3f56528d7861344 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 May 2024 01:19:38 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release From ebbcd1cc1e5d22693724d49c5a37b2e0bc180b3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 May 2024 01:19:38 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1681f..0c6fd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.1.2](https://github.com/pepabo/fincode-go/compare/v0.1.1...v0.1.2) - 2024-05-20 +### Other Changes +- Add GET /customers/{customer_id}/cards/{id} by @n3xem in https://github.com/pepabo/fincode-go/pull/10 +- Add DELETE /customers/{customer_id}/cards/{id} paths by @n3xem in https://github.com/pepabo/fincode-go/pull/11 + ## [v0.1.1](https://github.com/pepabo/fincode-go/compare/v0.1.0...v0.1.1) - 2024-05-13 ### Other Changes - Add `GET /payments` by @naoyafurudono in https://github.com/pepabo/fincode-go/pull/8