From 610ff4312fe963ca7867e984d8e295a4f90817c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Jul 2022 17:31:14 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/ScienceLogic/stackconfig/compare/v1.0.0...v1.0.1) (2022-07-22) ### Bug Fixes * update req to support older docker-compose versions ([c0f0daf](https://github.com/ScienceLogic/stackconfig/commit/c0f0daf3513fbc8120ab9aa8ec9e851194dcb501)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1e90c..dd03443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.0.1](https://github.com/ScienceLogic/stackconfig/compare/v1.0.0...v1.0.1) (2022-07-22) + + +### Bug Fixes + +* update req to support older docker-compose versions ([c0f0daf](https://github.com/ScienceLogic/stackconfig/commit/c0f0daf3513fbc8120ab9aa8ec9e851194dcb501)) + # 1.0.0 (2022-07-20) diff --git a/setup.cfg b/setup.cfg index 5acc89a..812bb85 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,5 +3,5 @@ universal = 1 [metadata] description-file = README.md -version = 1.0.0 +version = 1.0.1