Skip to content

Commit 2dd323c

Browse files
Create CHANGELOG.md
1 parent cdcef29 commit 2dd323c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
## Version 4.1.0.20200122 (2020-01-22)
4+
* New field: The **Employee** object now has an `is_owner` field.
5+
* New enumeration: The **CardBrand** enumeration has a new `SQUARE_CAPITAL_CARD` enum value to support a Square one-time Installments payment.
6+
7+
* New request body field constraint: The __Refund__ Payment request now requires a payment_id.
8+
9+
## Version 4.0.0.20191217 (2019-12-17)
10+
* Square is excited to announce the public release of customized SDK for Java
11+
12+
* __GA release:__ SDKs updated to support new `receipt_url` and `receipt_number` fields added to the [Payment](${SQUARE_TECH_REF}/objects/Payment) type.
13+
14+
* __Beta release:__ SDKs updated to support the new [CashDrawerShifts](cashdrawershift-api/reporting) API.
15+
16+
* Square now follows the semantic versioning scheme for all SDKs except PHP and Node.js. This versioning scheme uses three numbers to delineate MAJOR, MINOR, and PATCH versions of our SDK. In addition, the SDK version also includes the API version so you know what Square API version the SDK is related to. For more information, see [Versioning and SDKs](build-basics/versioning-overview#versioning-and-sdks).
17+
* Java, .Net, Python, and Ruby SDKs are now version 4.0.0. Java and .Net SDKs have breaking changes in version 4.0.0. Ruby and Python do not have breaking changes.

0 commit comments

Comments
 (0)