Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit edb6067

Browse files
authored
Deprecate gem (#91)
1 parent b89da72 commit edb6067

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

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+
312
## Version 2.20190724.0 (2019-07-24)
413

514
* **BETA releases**:

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This SDK is automatically generated by the
88
[Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
99

1010
- API version: 2.0
11-
- Package version: 2.20190724.0
11+
- Package version: 2.20190724.1
1212
- Build package: io.swagger.codegen.languages.RubyClientCodegen
1313

1414
For more information, please visit

lib/square_connect/api_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(config = Configuration.default)
3030
@config = config
3131

3232
# 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"
3434

3535
@default_headers = {
3636
'Content-Type' => "application/json",

lib/square_connect/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
=end
99

1010
module SquareConnect
11-
VERSION = "2.20190724.0"
11+
VERSION = "2.20190724.1"
1212
end

0 commit comments

Comments
 (0)