This repository was archived by the owner on Apr 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## Version 2.20190724.1 (2019-08-15)
4
+
5
+ ** NOTICE: Square Connect Ruby SDK retired**
6
+
7
+ The Square Connect Ruby SDK is retired (EOL) as of 2019-08-15 and will no
8
+ longer receive bug fixes or product updates. To continue receiving API and SDK
9
+ improvements, please follow the instructions below to migrate to the new
10
+ [ Square Ruby SDK] ( https://github.com/square/square-ruby-sdk ) .
11
+
3
12
## Version 2.20190724.0 (2019-07-24)
4
13
5
14
* ** BETA releases** :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This SDK is automatically generated by the
8
8
[ Swagger Codegen] ( https://github.com/swagger-api/swagger-codegen ) project:
9
9
10
10
- API version: 2.0
11
- - Package version: 2.20190724.0
11
+ - Package version: 2.20190724.1
12
12
- Build package: io.swagger.codegen.languages.RubyClientCodegen
13
13
14
14
For more information, please visit
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def initialize(config = Configuration.default)
30
30
@config = config
31
31
32
32
# Construct user agent string. Returns slightly different string for JRuby
33
- @user_agent = "Square-Connect-Ruby/2.20190724.0 "
33
+ @user_agent = "Square-Connect-Ruby/2.20190724.1 "
34
34
35
35
@default_headers = {
36
36
'Content-Type' => "application/json" ,
Original file line number Diff line number Diff line change 8
8
=end
9
9
10
10
module SquareConnect
11
- VERSION = "2.20190724.0 "
11
+ VERSION = "2.20190724.1 "
12
12
end
You can’t perform that action at this time.
0 commit comments