Skip to content

Commit 6d46a1a

Browse files
Make write key a secret setting, bump to v1.1.0 (#35)
* make write key a secret setting * bump to v1.1.0
1 parent b587302 commit 6d46a1a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "segment-component"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55

66
[lib]

edgee-component.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ manifest-version = 1
22

33
[component]
44
name = "Segment"
5-
version = "1.0.0"
5+
version = "1.1.0"
66
category = "data-collection"
77
subcategory = "analytics"
88
description = """
@@ -33,6 +33,7 @@ The project ID for your Segment project"""
3333
title = "Write Key"
3434
type = "string"
3535
required = true
36+
secret = true
3637
description = """
3738
The write key for your Segment project"""
3839

0 commit comments

Comments
 (0)