Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Release 4.0.3 #65

Merged
merged 3 commits into from
Mar 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ and this project adheres to

## [Unreleased]

## 4.0.3 - 2022-03-31

### Changed

- The slack_user mfaEnabled property is now only set when we receive valid data
for it from Slack.
- Documentation now notes that only Admin and higher users who install the
JupiterOne Slack integration application will have access to some properties
from Slack.

## 4.0.2 - 2022-01-28

Fixed GitHub build action to `yarn build` prior to publish.
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": "@jupiterone/graph-slack",
"version": "4.0.2",
"version": "4.0.3",
"description": "A graph conversion tool for https://slack.com",
"license": "MPL-2.0",
"main": "src/index.js",
Expand Down