From 256e31ebec61d92c7f303a385345c413d4f8c581 Mon Sep 17 00:00:00 2001 From: Kamesh Sampath Date: Mon, 19 Jul 2021 23:38:07 +0530 Subject: [PATCH 1/2] chore: release 0.1.1 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a6440..22cac40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.1](https://www.github.com/kameshsampath/kubernetes_spices/compare/v0.1.0...v0.1.1) (2021-07-19) + + +### Bug Fixes + +* split workflows ([a59d7e5](https://www.github.com/kameshsampath/kubernetes_spices/commit/a59d7e528c95122e850c086909b63864a5b35a17)) + ## [0.1.0](https://www.github.com/kameshsampath/kubernetes_spices/compare/v0.0.12...v0.1.0) (2021-07-19) diff --git a/version.txt b/version.txt index 6e8bf73..17e51c3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0 +0.1.1 From 8df19033e631f0d79ee54664a157435e7f28e2d2 Mon Sep 17 00:00:00 2001 From: kameshsampath Date: Mon, 19 Jul 2021 18:08:27 +0000 Subject: [PATCH 2/2] fix: Bump Galaxy version to 0.1.1 --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 002e296..8de3014 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -6,7 +6,7 @@ namespace: kameshsampath # The name of the collection. Has the same character restrictions as 'namespace' name: kubernetes_spices # The version of the collection. Must be compatible with semantic versioning -version: 0.1.0 +version: 0.1.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md # A list of the collection's content authors. Can be just the name or in the format 'Full Name (url)