Skip to content

Commit

Permalink
chore(release): 3.13.0
Browse files Browse the repository at this point in the history
# [3.13.0](v3.12.0...v3.13.0) (2023-05-08)

### Features

* **strm-2399:** remove consent level type for derived streams ([#145](#145)) ([71c5e69](71c5e69))
  • Loading branch information
strmprivacy-io committed May 8, 2023
1 parent 71c5e69 commit c60d4b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.13.0](https://github.com/strmprivacy/cli/compare/v3.12.0...v3.13.0) (2023-05-08)


### Features

* **strm-2399:** remove consent level type for derived streams ([#145](https://github.com/strmprivacy/cli/issues/145)) ([71c5e69](https://github.com/strmprivacy/cli/commit/71c5e692b11b917631db6f8457ef5ee10467981e))

# [3.12.0](https://github.com/strmprivacy/cli/compare/v3.11.0...v3.12.0) (2023-02-16)


Expand Down
10 changes: 5 additions & 5 deletions pkg/entity/stream/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ const (
linkedStreamFlag = "derived-from"
purposesFlag = "purposes"
tagsFlag = "tags"
descriptionFlag = "description"
saveFlag = "save"
maskedFieldsFlag = "masked-fields"
maskedFieldsSeed = "mask-seed"
maskedFieldHelp = `-M strmprivacy/example/1.5.0:sensitiveValue,consistentValue \
descriptionFlag = "description"
saveFlag = "save"
maskedFieldsFlag = "masked-fields"
maskedFieldsSeed = "mask-seed"
maskedFieldHelp = `-M strmprivacy/example/1.5.0:sensitiveValue,consistentValue \
-M strmprivacy/clickstream/1.0.0:sessionId
Masks fields values in the output stream via hashing.
Expand Down

0 comments on commit c60d4b0

Please sign in to comment.