dodopayments 1.53.2 → 1.53.3

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: bb2f30302531705f194f8d09e1d5089cc9fe3fc8aea054da364ba62d46443711
4
- data.tar.gz: 6adf25e6ee0b749862d00605d9df09e1264dd5bab4d7be103ae9007cc426a51a
3
+ metadata.gz: fc7b528020ab93a06572b4101f474946ad064659ce877ba604f34033535ac032
4
+ data.tar.gz: 3d21c1ccb8c2f202cbec45c4144090d7af741cc8bca891b3f7cfbb796a8ce636
5
5
  SHA512:
6
- metadata.gz: b5156a2dc8e2c6097bc665a6f1c8ba88e61df89ec439ec2c1e4b3e148260ef6f07e396d6f8ca49a8f388189a3d3532417dabbcc3511c9198742abd6e0101b11e
7
- data.tar.gz: f438f2c43c49bb731a956491eb90da07f7576d2ae711c26fcdfa9a7647f2e8615104eb7a26e41e098cf1604e7bab472284703c3ac2762764145b07dfb8a347c7
6
+ metadata.gz: 45920eb546be47baa7eaaa50a7aa6b3b353bb9f3e6fd2f1ff42e7a3134f902083f96c649fd12af0b707e44da60f6c35df32a05f5ca950fe3cf5b89a964639663
7
+ data.tar.gz: ba3e6e41e30bf698ea495d9b9e1288ac91360e63a83649abb102936ce6dd4037b60badc21d4a20884e00b4ea6c901c4f96abb540f7e1b4a01887b7997b2a0876
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.53.3 (2025-09-13)
4
+
5
+ Full Changelog: [v1.53.2...v1.53.3](https://github.com/dodopayments/dodopayments-ruby/compare/v1.53.2...v1.53.3)
6
+
7
+ ### Features
8
+
9
+ * **api:** added typescript sdk for migration and updated org info ([d99ecd9](https://github.com/dodopayments/dodopayments-ruby/commit/d99ecd9f38597de768471dea17b7a9e4a960a844))
10
+ * **api:** manual updates ([2674ef9](https://github.com/dodopayments/dodopayments-ruby/commit/2674ef983999791b8d9df719054b07b2b369b3e2))
11
+
3
12
  ## 1.53.2 (2025-09-13)
4
13
 
5
14
  Full Changelog: [v1.52.5...v1.53.2](https://github.com/dodopayments/dodopayments-ruby/compare/v1.52.5...v1.53.2)
data/README.md CHANGED
@@ -8,7 +8,7 @@ It is generated with [Stainless](https://www.stainless.com/).
8
8
 
9
9
  Documentation for releases of this gem can be found [on RubyDoc](https://gemdocs.org/gems/dodopayments).
10
10
 
11
- The REST API documentation can be found on [docs.dodopayments.com](https://docs.dodopayments.com).
11
+ The REST API documentation can be found on [docs.dodopayments.com](https://docs.dodopayments.com/api-reference/introduction).
12
12
 
13
13
  ## Installation
14
14
 
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "dodopayments", "~> 1.53.2"
20
+ gem "dodopayments", "~> 1.53.3"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
data/SECURITY.md CHANGED
@@ -20,7 +20,7 @@ or products provided by Dodo Payments, please follow the respective company's se
20
20
 
21
21
  ### Dodo Payments Terms and Policies
22
22
 
23
- Please contact founders@dodopayments.com for any questions or concerns regarding the security of our services.
23
+ Please contact pt-team@dodopayments.com for any questions or concerns regarding the security of our services.
24
24
 
25
25
  ---
26
26
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dodopayments
4
- VERSION = "1.53.2"
4
+ VERSION = "1.53.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dodopayments
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.2
4
+ version: 1.53.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dodo Payments
@@ -25,7 +25,7 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  description:
28
- email: founders@dodopayments.com
28
+ email: support@dodopayments.com
29
29
  executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: