From 17442e6c882817e76afc391ff39641ac96eed053 Mon Sep 17 00:00:00 2001 From: "generate-app-token-hl[bot]" <151022333+generate-app-token-hl[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 21:32:57 +0100 Subject: [PATCH] chore(master): release 7.0.0 (#39) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [7.0.0](https://github.com/Hapag-Lloyd/errbot/compare/6.1.9...7.0.0) (2023-11-18) ### ⚠ BREAKING CHANGES * add workflows for release automation ([#38](https://github.com/Hapag-Lloyd/errbot/issues/38)) ### Bug Fixes * add workflows for release automation ([#38](https://github.com/Hapag-Lloyd/errbot/issues/38)) ([93ee796](https://github.com/Hapag-Lloyd/errbot/commit/93ee796431a0297cf66d97d290c5b8dbb19fed48)) * broken integration tests ([#1668](https://github.com/Hapag-Lloyd/errbot/issues/1668)) ([9373e9e](https://github.com/Hapag-Lloyd/errbot/commit/9373e9ebc7b0b8c2ad17c5ccb5a38f08692068ad)) ### Documentation * add readthedocs yaml config ([#1661](https://github.com/Hapag-Lloyd/errbot/issues/1661)) ([b6acb81](https://github.com/Hapag-Lloyd/errbot/commit/b6acb8150265a614c32248b758a822261b9fea57)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: generate-app-token-hl[bot] <151022333+generate-app-token-hl[bot]@users.noreply.github.com> Co-authored-by: generate-app-token-hl[bot] --- CHANGELOG.md | 17 +++++++++++++++++ errbot/version.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf129680..5e13bf278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [7.0.0](https://github.com/Hapag-Lloyd/errbot/compare/6.1.9...7.0.0) (2023-11-18) + + +### ⚠ BREAKING CHANGES + +* add workflows for release automation ([#38](https://github.com/Hapag-Lloyd/errbot/issues/38)) + +### Bug Fixes + +* add workflows for release automation ([#38](https://github.com/Hapag-Lloyd/errbot/issues/38)) ([93ee796](https://github.com/Hapag-Lloyd/errbot/commit/93ee796431a0297cf66d97d290c5b8dbb19fed48)) +* broken integration tests ([#1668](https://github.com/Hapag-Lloyd/errbot/issues/1668)) ([9373e9e](https://github.com/Hapag-Lloyd/errbot/commit/9373e9ebc7b0b8c2ad17c5ccb5a38f08692068ad)) + + +### Documentation + +* add readthedocs yaml config ([#1661](https://github.com/Hapag-Lloyd/errbot/issues/1661)) ([b6acb81](https://github.com/Hapag-Lloyd/errbot/commit/b6acb8150265a614c32248b758a822261b9fea57)) + ## [6.1.21](https://github.com/Hapag-Lloyd/errbot/compare/6.1.20...6.1.21) (2023-11-17) diff --git a/errbot/version.py b/errbot/version.py index 044958f0e..118ee7eaf 100644 --- a/errbot/version.py +++ b/errbot/version.py @@ -1,3 +1,3 @@ # Just the current version of Errbot. # It is used for deployment on pypi AND for version checking at plugin load time. -VERSION = "6.1.21" +VERSION = "7.0.0"