diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a81c3..3f77d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-11) + + +### Bug Fixes + +* semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) +* update pyproject.toml ([3df679e](https://github.com/cloud-labs-infra/github-backup/commit/3df679e2a85683218c16700732ac5a68f8f0ba9d)) +* update pyproject.toml ([24f557d](https://github.com/cloud-labs-infra/github-backup/commit/24f557d2598d3976c2341bf560e367fefdd67b1e)) +* update pyproject.toml ([5d03720](https://github.com/cloud-labs-infra/github-backup/commit/5d03720c655ec89c3460cc9de991465107fc1a50)) +* update pyproject.toml ([1a924a1](https://github.com/cloud-labs-infra/github-backup/commit/1a924a1c31e643c796af1c5e9a3c09a02492d6de)) + ### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) diff --git a/pyproject.toml b/pyproject.toml index fa85a19..d8dd554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.6" +version = "1.0.7" description = "" authors = ["Karina5005 "] readme = "README.md"