From 44e962bfbbe13c71bf2088d9a4b4a63ff4e492e6 Mon Sep 17 00:00:00 2001
From: Matthias Leutenegger <2-mleutenegger@users.noreply.git.syntro.ch>
Date: Wed, 14 Oct 2020 16:12:15 +0200
Subject: [PATCH] changelog
---
.chglog/config.yml | 2 +-
CHANGELOG.md | 31 ++++++++++++++++++++++++++++---
2 files changed, 29 insertions(+), 4 deletions(-)
diff --git a/.chglog/config.yml b/.chglog/config.yml
index 08f3593..6b97559 100644
--- a/.chglog/config.yml
+++ b/.chglog/config.yml
@@ -2,7 +2,7 @@ style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
- repository_url: https://github.com/syntro-opensource/actiontest
+ repository_url: https://github.com/syntro-opensource/ansible.silverstripe
options:
commits:
filters:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2c4d64..591a4c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,16 +2,41 @@
## [Unreleased]
+
+## [1.0.1] - 2020-10-14
+### 🍰 Added
+- release badge
+- test badge
+- badges to readme
+
+### 🐞 Fixed
+- galaxy import ([#7](https://github.com/syntro-opensource/ansible.silverstripe/issues/7))
+
+### 🔧 Changed
+- update download command
+
+### 🗑 Removed
+- red
+- no longer use automatic changelog workflow
+
+### Pull Requests
+- Merge pull request [#5](https://github.com/syntro-opensource/ansible.silverstripe/issues/5) from syntro-opensource/master
+
+
## 1.0.0 - 2020-10-07
### 🍰 Added
-- Chglog config ([#2](https://github.com/syntro-opensource/actiontest/issues/2))
+- Chglog config ([#2](https://github.com/syntro-opensource/ansible.silverstripe/issues/2))
- Galaxy publish
- changelog workflow
- Code of Conduct
-- molecule testing ([#1](https://github.com/syntro-opensource/actiontest/issues/1))
+- molecule testing ([#1](https://github.com/syntro-opensource/ansible.silverstripe/issues/1))
- license
- initial commit
+### Pull Requests
+- Merge pull request [#4](https://github.com/syntro-opensource/ansible.silverstripe/issues/4) from syntro-opensource/release/1.0.0
+
-[Unreleased]: https://github.com/syntro-opensource/actiontest/compare/1.0.0...HEAD
+[Unreleased]: https://github.com/syntro-opensource/ansible.silverstripe/compare/1.0.1...HEAD
+[1.0.1]: https://github.com/syntro-opensource/ansible.silverstripe/compare/1.0.0...1.0.1