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 Jan 15, 2024
1 parent be0fddf commit ec4fdb4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.0.0] - 2024-01-15

### Added

- Test for Python 3.12 (@JonathanPlasse in #256)
- Add migration guide (@empicano in #262)

### Changed

- Switch to client-wide queue (@empicano in #262)
- 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)

## [1.2.1] - 2023-09-19

### Changed
Expand Down

0 comments on commit ec4fdb4

Please sign in to comment.