Skip to content

Commit

Permalink
Release 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rok-povsic committed Aug 15, 2019
1 parent c4ffd74 commit 04d7d20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## [[2.9.1]](https://github.com/Clarifai/clarifai-javascript/releases/tag/2.9.1) - [npm](https://www.npmjs.com/package/clarifai/v/2.9.1) - 2019-08-14

### Added
- Added the hard-coded CELEBRITY model ID
- Added the config parameter to workflow predict

### Changed
- Made model version ID be applied in getOutputInfo
- Relaxed the required axios dependency version range
- Deprecated client ID/secret

## [[2.9.0]](https://github.com/Clarifai/clarifai-javascript/releases/tag/2.9.0) - [npm](https://www.npmjs.com/package/clarifai/v/2.9.0) - 2018-10-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clarifai",
"version": "2.9.0",
"version": "2.9.1",
"description": "Official Clarifai Javascript SDK",
"main": "dist/index.js",
"repository": "https://github.com/Clarifai/clarifai-javascript",
Expand Down

0 comments on commit 04d7d20

Please sign in to comment.