From d9ad5f6ed8c4e5696739eb7ea65fbb961be37a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=C3=A4umer?= Date: Tue, 23 Apr 2019 19:57:09 +0200 Subject: [PATCH] Add CHANGELOG v0.4.0 entry --- CHANGELOG.md | 9 ++++++++- README.md | 5 +++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f029a8b..61ae0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ # v0.5.0 - - Add certificate authentication to `http` resource \ No newline at end of file + - Add certificate authentication to `http` resource + +# v0.4.0 + + - Added http header validation + - Added headers in http resource + - Moved project from aelsabbahy/goss to SimonBaeumer/goss + \ No newline at end of file diff --git a/README.md b/README.md index f7bd408..0cd61b1 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,10 @@ container ordering examples, see the blog post from @aelsabbahy [here][kubernete ## Introduction -### Why forked? +### Why a fork? -I forked because the [goss](https://github.com/aelsabbahy/goss) seems not be under active development anymore. +I forked this project because the [original](https://github.com/aelsabbahy/goss) repository isn't under active development anymore. +Due to this I started this fork. ### What is Goss?