Skip to content

Commit

Permalink
docs: Update CHANGELOG for release
Browse files Browse the repository at this point in the history
  • Loading branch information
empicano committed Jul 1, 2024
1 parent ba3e2e0 commit 4fbcd99
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.2.0] - 2024-07-02

### Changed

- Bump paho-mqtt to 2.1 (@empicano in #305)
- Migrate to paho-mqtt callback v2 (@empicano in #313)

### Fixed
* Fixed an issue where iterating over received messages would yield nothing after the first
iteration.

- Fix `Client.messages` not being reusable (@ryan-summers in #312)

## [2.1.0] - 2024-04-24

Expand Down Expand Up @@ -36,16 +43,16 @@ iteration.
- Switch from black to Ruff and update dev dependencies (@JonathanPlasse in #255)
- Rename `Client.id` attribute to `identifier` (@empicano in #262)

### Fixed

- Release reusability correctly to allow consecutive calls to `__aexit__` (@spacemanspiff2007 in #263)

### Removed

- Remove deprecated `connect`/`disconnect` methods (@empicano in #262)
- Remove deprecated `filtered_messages` and `unfiltered_messages` methods (@empicano in #262)
- Remove deprecated `message_retry_set` client argument (@empicano in #262)

### Fixed

- Release reusability correctly to allow consecutive calls to `__aexit__` (@spacemanspiff2007 in #263)

## [1.2.1] - 2023-09-19

### Changed
Expand Down

0 comments on commit 4fbcd99

Please sign in to comment.