From 67fc3a91535c92e54f048d18f649bd9014559413 Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Fri, 23 Feb 2024 16:36:38 -0500 Subject: [PATCH] Updated changelog so it works, rolled version in galaxy.yml --- CHANGELOG.md | 3 +++ galaxy.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..6361e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# Changelog + +All notable changes to this project will be documented in this file. diff --git a/galaxy.yml b/galaxy.yml index 8dec7d7..315a173 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: dominion_solutions name: netbird # The version of the collection. Must be compatible with semantic versioning -version: 0.0.2 +version: 0.1.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md