We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b587302 commit 6d46a1aCopy full SHA for 6d46a1a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "segment-component"
3
-version = "1.0.0"
+version = "1.1.0"
4
edition = "2021"
5
6
[lib]
edgee-component.toml
@@ -2,7 +2,7 @@ manifest-version = 1
[component]
name = "Segment"
category = "data-collection"
7
subcategory = "analytics"
8
description = """
@@ -33,6 +33,7 @@ The project ID for your Segment project"""
33
title = "Write Key"
34
type = "string"
35
required = true
36
+secret = true
37
38
The write key for your Segment project"""
39
0 commit comments