Skip to content

Commit 3e44dcb

Browse files
authored
set 9.2 prerelease info (#654)
1 parent fe393fa commit 3e44dcb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package/endpoint/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- version: "9.2.0-next"
2+
changes:
3+
- description: TBD
4+
type: enhancement
5+
link: https://github.com/elastic/endpoint-package/pull/9999
16
- version: "9.1.0"
27
changes:
38
- description: Add TCC modify event on macOS

package/endpoint/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ format_version: 3.0.0
22
name: endpoint
33
title: Elastic Defend
44
description: Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility.
5-
version: 9.1.0
5+
version: 9.2.0-prerelease.0
66
categories: ["security", "edr_xdr"]
77
# The package type. The options for now are [integration, input], more type might be added in the future.
88

@@ -15,7 +15,7 @@ policy_templates:
1515
multiple: false
1616
conditions:
1717
kibana:
18-
version: "^9.1.0"
18+
version: "^9.2.0"
1919
# See https://github.com/Masterminds/semver#caret-range-comparisons-major for more details on `^` and supported versioning
2020

2121
elastic:

0 commit comments

Comments
 (0)