Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
bsummers-tc committed Nov 10, 2016
2 parents 3a92b51 + 3ab6cd3 commit cb60125
Show file tree
Hide file tree
Showing 3 changed files with 512 additions and 467 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ Javascript SDK for the V2 of the ThreatConnect API

# Release Notes

## 0.6.0
* bug fixes for indicator commit

## 0.5.0
* updated secure proxy to use window location
* added retrieveOwners method for indicators
* added assosiation endpoints for indicator to indicator assosiations
* added associations endpoints for indicator to indicator associations

## 0.4.0
* added methods for tasks branch (ThreatConnect 4.2)
* added additions vicitims functionality (ThreatConnect 4.2)
* added additional victims functionality (ThreatConnect 4.2)
* added additional method for new owners endpoints - mine and mine/members. (ThreatConnect 4.2)

## 0.3.0
Expand All @@ -20,8 +23,8 @@ Javascript SDK for the V2 of the ThreatConnect API
## 0.2.0
* added tag retrieve methods for indicator and groups
* added new example for tag retrieves
* returing promise for all commit methods
* returning promise for all commit methods

## 0.1.0
* updated spaces methods
* added secure proxy method
* added secure proxy method
3 changes: 2 additions & 1 deletion examples/group_commit_attribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
})
.commitAttribute({
type: 'Description',
value: 'This is a description.'
value: 'This is a description.',
displayed: true
});
</script>
</head>
Expand Down
Loading

0 comments on commit cb60125

Please sign in to comment.