Skip to content

Commit 4b000ee

Browse files
committed
Release 2.8.1
1 parent 8dc7256 commit 4b000ee

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [[2.8.1]](https://github.com/Clarifai/clarifai-java/releases/tag/2.8.1) - [jCenter](https://bintray.com/clarifai/Clarifai/Clarifai/2.8.1) - 2020-02-16
4+
5+
### Added
6+
- Add the appearances fields to Detection
7+
8+
### Changed
9+
- Rename Detection's boundingBox field to crop, to make it consistent with other classes
10+
11+
312
## [[2.8.0]](https://github.com/Clarifai/clarifai-java/releases/tag/2.8.0) - [jCenter](https://bintray.com/clarifai/Clarifai/Clarifai/2.8.0) - 2020-02-14
413

514
See the API changes for more details on the Face proto deprecation and the facedetect* model type cleanup:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Try the Clarifai demo at: https://clarifai.com/demo
66
* Sign up for a free account at: https://clarifai.com/developer/signup/
77
* Read the developer guide at: https://clarifai.com/developer/guide/
8-
* Read the full Javadocs at: https://jitpack.io/com/github/clarifai/clarifai-java/core/2.8.0/javadoc/
8+
* Read the full Javadocs at: https://jitpack.io/com/github/clarifai/clarifai-java/core/2.8.1/javadoc/
99

1010
[![Release](https://img.shields.io/maven-central/v/com.clarifai.clarifai-api2/core.svg?style=flat-square)](http://mvnrepository.com/artifact/com.clarifai.clarifai-api2/core)
1111
[![Build Status](https://travis-ci.org/Clarifai/clarifai-java.svg?branch=master)](https://travis-ci.org/Clarifai/clarifai-java)
@@ -44,7 +44,7 @@ Add the following to your dependencies:
4444

4545
### Jars:
4646
All links hosted by Maven Central (https://repo1.maven.org/):
47-
- [Clarifai 2.8.0 (.jar)](https://repo1.maven.org/maven2/com/clarifai/clarifai-api2/core/2.8.0/core-2.8.0.jar)
47+
- [Clarifai 2.8.1 (.jar)](https://repo1.maven.org/maven2/com/clarifai/clarifai-api2/core/2.8.1/core-2.8.1.jar)
4848

4949
**Dependencies:**
5050
- [OkHttp 3.4.1 (.jar)](https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.4.1/okhttp-3.4.1.jar)

0 commit comments

Comments
 (0)