Skip to content

Commit

Permalink
chore(master): release 7.0.0 (#39)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [7.0.0](6.1.9...7.0.0)
(2023-11-18)


### ⚠ BREAKING CHANGES

* add workflows for release automation
([#38](#38))

### Bug Fixes

* add workflows for release automation
([#38](#38))
([93ee796](93ee796))
* broken integration tests
([errbotio#1668](https://github.com/Hapag-Lloyd/errbot/issues/1668))
([9373e9e](9373e9e))


### Documentation

* add readthedocs yaml config
([errbotio#1661](https://github.com/Hapag-Lloyd/errbot/issues/1661))
([b6acb81](b6acb81))

---
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] <generate-app-token-hl[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 93ee796 commit 17442e6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion errbot/version.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 17442e6

Please sign in to comment.