From c3401e25617a2d1e286470541369dfebb3b90cd2 Mon Sep 17 00:00:00 2001 From: Connect API Specification Generator Date: Wed, 29 May 2019 15:35:14 +0000 Subject: [PATCH] Release 2.20190508.1 --- CHANGES.md | 10 +++++++--- README.md | 6 +++--- build.gradle | 2 +- pom.xml | 4 ++-- src/main/java/com/squareup/connect/ApiClient.java | 2 +- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ae16c40..e6eb2d9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Change Log +## Version 2.20190508.1 (2019-05-28) + +Bump Jackson dependency for Java SDK. + ## Version 2.20190508.0 (2019-05-08) ## Details @@ -62,15 +66,15 @@ ## New API: Labor API The Labor API now includes functionality -that gives a Square account the ability to track and retrieve employee labor hours -including multiple hourly wage rates per employee, work shift break tracking, and +that gives a Square account the ability to track and retrieve employee labor hours +including multiple hourly wage rates per employee, work shift break tracking, and standardized break templates. See the Connect v2 Technical Reference. ## New API: Employees API -The Employees API includes the ability to list employees for a Square +The Employees API includes the ability to list employees for a Square account and retrieve a single employee by ID. See the Connect v2 Technical Reference. diff --git a/README.md b/README.md index 713ad1b..5ab3bfd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add this dependency to your project's POM: com.squareup connect - 2.20190508.0 + 2.20190508.1 compile ``` @@ -28,7 +28,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "com.squareup:connect:2.20190508.0" +compile "com.squareup:connect:2.20190508.1" ``` ### Option 3: Build and Install locally @@ -70,7 +70,7 @@ At first generate the JAR by executing: Then manually install the following JARs: -* target/connect-2.20190508.0.jar +* target/connect-2.20190508.1.jar * target/lib/*.jar ## Getting Started diff --git a/build.gradle b/build.gradle index 06df28f..337144c 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'idea' apply plugin: 'eclipse' group = 'com.squareup' -version = '2.20190508.0' +version = '2.20190508.1' buildscript { repositories { diff --git a/pom.xml b/pom.xml index 330a3a1..d3f2b59 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ connect jar connect - 2.20190508.0 + 2.20190508.1 https://github.com/square/connect-java-sdk/ Java client library for the Square Connect API @@ -311,7 +311,7 @@ 1.5.12 2.22.2 - 2.7.5 + 2.9.9 1.0.0 4.12 diff --git a/src/main/java/com/squareup/connect/ApiClient.java b/src/main/java/com/squareup/connect/ApiClient.java index 42e607b..a4076bf 100644 --- a/src/main/java/com/squareup/connect/ApiClient.java +++ b/src/main/java/com/squareup/connect/ApiClient.java @@ -73,7 +73,7 @@ public ApiClient() { this.dateFormat = new RFC3339DateFormat(); // Set default User-Agent. - setUserAgent("Square-Connect-Java/2.20190508.0"); + setUserAgent("Square-Connect-Java/2.20190508.1"); // Setup authentications (key: authentication name, value: authentication). authentications = new HashMap();