Skip to content

Commit 5b73265

Browse files
fern-supportdsinghviBarry-Zou
authored
feat: release for 07-16 (#149)
* feat: release for 08-16 * Update base_api.rb * Update client.rb * Update square.gemspec --------- Co-authored-by: Deep Singhvi <[email protected]> Co-authored-by: Barry <[email protected]>
1 parent 1abc12b commit 5b73265

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The following parameters are configurable for the API Client:
55

66
| Parameter | Type | Description |
77
| --- | --- | --- |
8-
| `square_version` | `String` | Square Connect API versions<br>*Default*: `'2025-05-21'` |
8+
| `square_version` | `String` | Square Connect API versions<br>*Default*: `'2025-07-16'` |
99
| `custom_url` | `String` | Sets the base URL requests are made to. Defaults to `https://connect.squareup.com`<br>*Default*: `'https://connect.squareup.com'` |
1010
| `environment` | `string` | The API environment. <br> **Default: `production`** |
1111
| `connection` | `Faraday::Connection` | The Faraday connection object passed by the SDK user for making requests |

lib/square/api/base_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class BaseApi
55
attr_accessor :config, :http_call_back
66

77
def self.user_agent
8-
'Square-Ruby-SDK/43.0.0.20250618 ({api-version}) {engine}/{engine-version} ({os-info}) {detail}'
8+
'Square-Ruby-SDK/43.0.1.20250716 ({api-version}) {engine}/{engine-version} ({os-info}) {detail}'
99
end
1010

1111
def self.user_agent_parameters

lib/square/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Client
55
attr_reader :config, :auth_managers
66

77
def sdk_version
8-
'43.0.0.20250618'
8+
'43.0.1.20250716'
99
end
1010

1111
def square_version

square.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'square.rb'
3-
s.version = '43.0.0.20250618'
3+
s.version = '43.0.1.20250716'
44
s.summary = 'square'
55
s.description = ''
66
s.authors = ['Square Developer Platform']

0 commit comments

Comments
 (0)