Skip to content

Commit

Permalink
docs: update changelog for v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikaalund committed Jun 16, 2023
1 parent 6e51d28 commit 79f2984
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.0] - 2023-06-12
## [1.0.0] - 2023-06-16

### Added

Expand All @@ -31,6 +31,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Consistently use a user-provided logger. Contributed by [Roman Novatorov (@rnovatorov)](https://github.com/rnovatorov) in [#176](https://github.com/sbtinstruments/asyncio-mqtt/pull/176)

## [0.17.0] - 2023-06-12

Yanked. We recently renamed the project from asyncio-mqtt to aiomqtt.
Problem is that the *old* aiomqtt (by mossblaser) was still in use.
These users suddenly experienced a breaking change when they updated
from v0.1.2 to v0.17.0. Our mitigation is to yank v0.17.0 and release
a v1.0.0 in it's place. It was about time for a v1.0.0 release anyhow!

## [0.16.1]

### Fixed
Expand Down

0 comments on commit 79f2984

Please sign in to comment.