pcp-server-ruby-sdk 1.10.0 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 482f280c7f678eb053e4b60b6b598efd83f822598825c40b036fda794d8ea931
4
- data.tar.gz: ee91952a8e82ca06fb099357ff371e074158db1818cd7edabf63c6c8d303e468
3
+ metadata.gz: 94e814420938357747f798c97b7732cc485338d51362a57c0728f881354f588a
4
+ data.tar.gz: 75faa4b300b2aebefea1293b1634427c59d8ed0faf51d697d75c2b76e16471ed
5
5
  SHA512:
6
- metadata.gz: 1fec4a3be2887f4ae41bdb3f4c77e4cf88b0ea65d4deb62f2275f8df12c194997cfe18fa8b8754c58d309d5b48afc22e82372d4d3a2f892c4f85e0946aa5ffe2
7
- data.tar.gz: f9689ef5abca20c6c4fb2029abf485f2f45ee7b6557ae6f84637539b0ed37b432b958e29c4f661a5babd64e0810b93f3ecee81a2a8113535d5a486f89ad88f95
6
+ metadata.gz: 713adecc93998220899507708d7c4a58bfe4e15434e5e658677d3e73c43e4cc81a0d86ace58c77a19e8a8c06f6e991fff715aa1850254a01a6d054ba4c0986d3
7
+ data.tar.gz: ade34100f1ecf3a920105f82bc18ddce09d2b43884399e798b385d05d93af3e0f150416d48fbbe2a0509bf57ad11766eb5a4a58ba76ae6fa5d6235b9d48d0dd5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # [1.12.0](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/compare/v1.11.0...v1.12.0) (2026-07-08)
2
+
3
+ ### Features
4
+
5
+ * feat: update API version to 1.57.0 ([024bbe1b0e7ba26e8847227c660867c6b35e7c05](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/024bbe1b0e7ba26e8847227c660867c6b35e7c05))
6
+
7
+ # [1.11.0](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/compare/v1.10.0...v1.11.0) (2026-06-15)
8
+
9
+ ### Features
10
+
11
+ * feat: update API version to 1.56.0 ([a70747bcc908f5f27798eb24770f4e2d015a8977](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/a70747bcc908f5f27798eb24770f4e2d015a8977))
12
+
1
13
  # [1.10.0](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/compare/v1.9.0...v1.10.0) (2026-05-22)
2
14
 
3
15
  ### Features
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  ![PyPI - Downloads](https://img.shields.io/gem/dv/pcp-server-ruby-sdk/1.1.0)
7
7
 
8
8
 
9
- Welcome to the Ruby SDK for the PAYONE Commerce Platform (api-version 1.55.0)! This repository contains a powerful, easy-to-use software development kit (SDK) designed to simplify the integration of online payment processing into your applications.
9
+ Welcome to the Ruby SDK for the PAYONE Commerce Platform (api-version 1.57.0)! This repository contains a powerful, easy-to-use software development kit (SDK) designed to simplify the integration of online payment processing into your applications.
10
10
 
11
11
  ## Requirements
12
12