Skip to content

Commit 5a2b903

Browse files
authored
Release prep for v1 (#10)
Fixes #9
1 parent fc66055 commit 5a2b903

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog],
6+
and this project adheres to [Semantic Versioning].
7+
8+
## [1.0.0] - 2023-01-26
9+
10+
### Added
11+
12+
- Initial release
13+
- The ability to push metadata to Datadog Service Catalog from a GitHub Action
14+
15+
<!-- Links -->
16+
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
17+
[semantic versioning]: https://semver.org/spec/v2.0.0.html
18+
19+
<!-- Versions -->

SECURITY.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Supported Versions
44

5-
| Version | Supported |
6-
| ------- | ------------------ |
7-
| 0.1.x | :white_check_mark: |
8-
| < 0.1.0 | :x: |
5+
| Version | Supported |
6+
| -------- | ------------------ |
7+
| >= 1.0.0 | :white_check_mark: |
8+
| < 1.0.0 | :x: |
99

1010
## Reporting a Vulnerability
1111

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcxp/datadog-service-catalog-metadata-provider",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "This is a package which provides GitHub Actions with a workflow for providing the DataDog Service Catalog Provider with information that will register your service in the Service Catalog.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)