From 764a910189df46bb1aa73ac6b37dd54d0391e46c Mon Sep 17 00:00:00 2001 From: Alexander Jansing Date: Mon, 15 Aug 2022 15:42:19 -0400 Subject: [PATCH] Create changelog for test release --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e88f52b..4c136a5 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,10 @@ Resources are made up of three parts (as [described here](https://concourse-ci.o * [`/opt/resource/in`](https://concourse-ci.org/implementing-resource-types.html#resource-in) * [`/opt/resource/out`](https://concourse-ci.org/implementing-resource-types.html#resource-out) -These resources can be written in any language as long as you can make the `check`, `in`, and `out` executable and be without extensions. I will be writing my `check`, `in`, and `out` in Python. \ No newline at end of file +These resources can be written in any language as long as you can make the `check`, `in`, and `out` executable and be without extensions. I will be writing my `check`, `in`, and `out` in Python. + +## Changelog + +### v0.1.0 + +- Test release \ No newline at end of file