From a802121a2dc3b6119e988a9850d768246366d0b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Oct 2023 06:40:07 +0000 Subject: [PATCH] chore(release): 1.0.6 [skip ci] ## [1.0.6](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.5...v1.0.6) (2023-10-09) ### Bug Fixes * update pyproject.toml ([b7f1120](https://github.com/cloud-labs-infra/github-backup/commit/b7f112053cbdf717c32e586df0637be4840ed90a)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 946513a..fdcfb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.6](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.5...v1.0.6) (2023-10-09) + + +### Bug Fixes + +* update pyproject.toml ([b7f1120](https://github.com/cloud-labs-infra/github-backup/commit/b7f112053cbdf717c32e586df0637be4840ed90a)) + ## [1.0.5](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.4...v1.0.5) (2023-10-09) diff --git a/pyproject.toml b/pyproject.toml index 7077064..09e1470 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.5" +version = "1.0.6" description = "" authors = ["Karina5005 "] readme = "README.md"