Skip to content

Commit

Permalink
Release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rok-povsic committed Jun 25, 2018
1 parent ba47ede commit 94aea88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## [[2.8.0]](https://github.com/Clarifai/clarifai-javascript/releases/tag/2.8.0) - [npm](https://www.npmjs.com/package/clarifai) - 2018-06-25

### Added
- Ability to list workflows using the new `Workflows` object

### Fixed
- Moved `create` and `delete` to `Workflows`, made them deprecated in `Workflow`

## [[2.7.1]](https://github.com/Clarifai/clarifai-javascript/releases/tag/2.7.1) - [npm](https://www.npmjs.com/package/clarifai) - 2018-04-23

### Fixed
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.7.1",
"version": "2.8.0",
"description": "Official Clarifai Javascript SDK",
"main": "dist/index.js",
"repository": "https://github.com/Clarifai/clarifai-javascript",
Expand Down

0 comments on commit 94aea88

Please sign in to comment.