Skip to content

Commit

Permalink
Prepare for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
beachmachine committed Nov 3, 2023
1 parent acd43c3 commit addf121
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2023-11-03
### Added
- Added support for Python 3.11 and Python 3.12
- Added support for Celery 5.2 and 5.3
Expand All @@ -13,9 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed support for Python 3.6 and Python 3.7
- Removed support for Celery 5.0 and 5.1

### Fixed
- Queues not cleaned up after an `AMQPWaitTimeoutException`

## [1.0.0] - 2021-10-19
### Added
- AMQP result backend for Celery

[Unreleased]: https://github.com/anexia/celery-amqp-backend/compare/1.0.0...HEAD
[Unreleased]: https://github.com/anexia/celery-amqp-backend/compare/1.1.0...HEAD
[1.1.0]: https://github.com/anexia/celery-amqp-backend/releases/tag/1.1.0
[1.0.0]: https://github.com/anexia/celery-amqp-backend/releases/tag/1.0.0

0 comments on commit addf121

Please sign in to comment.