diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9987e47..f2ecd08 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a0e0f42 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + +## [0.1.0](https://github.com/sumup/acp/compare/v0.0.1...v0.1.0) (2026-01-20) + + +### Features + +* 2025-12-11 version of ACP ([647c431](https://github.com/sumup/acp/commit/647c4313d4c673c1836257ff19a09a51d72ef416)) +* add support for 3DS ([7891ecf](https://github.com/sumup/acp/commit/7891ecf5aa9aa50fc056151a0a7bee9693a7c2a0)) +* allow passing internal errors on Error ([0c3c215](https://github.com/sumup/acp/commit/0c3c2158178c54a006de2766b6f41959e7d95f69)) +* cancel session requests ([81eb074](https://github.com/sumup/acp/commit/81eb0741e553adfb77e4265574e6e79688da59b6)) +* don't panic in GetWebhookSender ([531ec63](https://github.com/sumup/acp/commit/531ec63130b474de4000006909837cf01f6bfccc)) +* **examples:** feed export ([0be59ee](https://github.com/sumup/acp/commit/0be59eec638c5e476dcf9bad32cabb1f9b84c563)) +* **examples:** webhooks for checkouts ([e3b7f41](https://github.com/sumup/acp/commit/e3b7f412d7daa3df79e6dfe05813d77c19f1ed71)) +* **feed:** improv go.doc ([f334288](https://github.com/sumup/acp/commit/f334288f778ce9188e783403387991bcaf0cf5a6)) +* **feed:** improve docs ([8bf3210](https://github.com/sumup/acp/commit/8bf321035a015add5bf275c86637aeeee87e59f9)) +* further improve webhooks api ([2bf1123](https://github.com/sumup/acp/commit/2bf112303f670753fa46e1ac26c7ce9cf652e058)) +* further typing improvements ([d71a15e](https://github.com/sumup/acp/commit/d71a15e4113378e261f8702eac68a9d586c28de4)) +* improve webhooks api ([dd7392c](https://github.com/sumup/acp/commit/dd7392cd1d2c6fc94d15c0d4ddc54aceaaf82893)) +* init ([52f3108](https://github.com/sumup/acp/commit/52f3108ab33894a1a04f4f89e4da12199163d1d0)) +* package for handling ACP product feeds ([bd20bc9](https://github.com/sumup/acp/commit/bd20bc9b1197c139e9755f5de89ded2b4badc53b)) +* release process ([4566714](https://github.com/sumup/acp/commit/45667141eed1aecf32a265cff8d85c07565e9750)) +* request context propagation ([2f5d8c4](https://github.com/sumup/acp/commit/2f5d8c4724d2621b917ff3558865a6c4fe9db45e)) +* simplify typing for checkouts ([72dc5a2](https://github.com/sumup/acp/commit/72dc5a2b660eb286e9f2c96979050d601a05050d)) +* supported_payment_methods ([8718d2c](https://github.com/sumup/acp/commit/8718d2c2c0d368ba29d1e8901baf9e0a66887e88)) +* webhooks support ([1d6a597](https://github.com/sumup/acp/commit/1d6a597b3b9c74cf8bb1e096326530d3d61a2235)) + + +### Bug Fixes + +* bump version to 2026-01-16 ([318fab1](https://github.com/sumup/acp/commit/318fab17f18d579f6f99d6f5ca34246fc76df3ec)) +* cancel checkout empty body ([fa19eb7](https://github.com/sumup/acp/commit/fa19eb70017c8d504538f64d1049c0794f556787)) +* doc comments ([b089339](https://github.com/sumup/acp/commit/b089339f5e5b2ae6b3c2c7a0ae2ac27befe745bb))