dodopayments 2.11.0 → 2.11.1

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: 37a5895dd2b5d696adb46dd626413dbbf90366649cc8dbc064f551fa9c479cfd
4
- data.tar.gz: 7a0d7cc47bf89c6de92c1018078438c8209a8bdb16f72c746f867e48a868f2f2
3
+ metadata.gz: 9e224196964664b93591a898f8390640d0ff9e22613e208a202c2c833b0491cb
4
+ data.tar.gz: 98ff62533782d649096459522ebf13353fe1a6522a0082122efd015030819c1d
5
5
  SHA512:
6
- metadata.gz: 4081412b2c3f6a61b73f4b9f5fe0aa570250e523cb0675f39a5d6ef242e66a086ca4b0b0a3546b607a1e8bc0d51e5fb267a4330b66d309a90f076f1267347973
7
- data.tar.gz: 81c5473276481eff28bb2a62757133119f160a7c83abce993662a0073d90807f85a12cc3e2edd29117b9befb1944fabfa0b7a6d8b629ab0f22a3220ab58588ff
6
+ metadata.gz: 9da32f8d48166d335394141ce6757245ea4004c3d2b7e2c8b44c5d9a9a229121743ca754a8eb43c8fcf4500549e3212489b866bf734f7dcd1d5da6b29faf6860
7
+ data.tar.gz: 05d28816be85935f90c12cf603090d8cd8ad23b23fda7ef3f3e788985889aafa37f9eb8d3812735855371a3acf538a67eb7ce1fbfdc18eda6c46adbc64881664
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.11.1](https://github.com/dodopayments/dodopayments-ruby/compare/v2.11.0...v2.11.1) (2026-06-01)
4
+
5
+
6
+ ### Features
7
+
8
+ * **api:** regenerate SDK from latest OpenAPI spec ([29f02cd](https://github.com/dodopayments/dodopayments-ruby/commit/29f02cdab01884c5a608ebd1b00eafccc8fc22a8))
9
+
10
+
11
+ ### Chores
12
+
13
+ * release 2.11.1 ([5263d41](https://github.com/dodopayments/dodopayments-ruby/commit/5263d41e49aa5e596b2fb132a90afb17933164c8))
14
+
3
15
  ## 2.11.0 (2026-05-21)
4
16
 
5
17
  Full Changelog: [v2.10.0...v2.11.0](https://github.com/dodopayments/dodopayments-ruby/compare/v2.10.0...v2.11.0)
data/README.md CHANGED
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
26
26
  <!-- x-release-please-start-version -->
27
27
 
28
28
  ```ruby
29
- gem "dodopayments", "~> 2.11.0"
29
+ gem "dodopayments", "~> 2.11.1"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dodopayments
4
- VERSION = "2.11.0"
4
+ VERSION = "2.11.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dodopayments
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.0
4
+ version: 2.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dodo Payments
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-21 00:00:00.000000000 Z
11
+ date: 2026-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi