Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreF committed Apr 29, 2024
1 parent 0776a00 commit 54e2e69
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Making a release
The process to make a release is the following:
* Update the Changelog with the release version and date. Ensure it's up-to-date with latest fixes & PRs merged.
* Make sure test pass, check that Github actions are green.
* Check that documentation build (`cd docs; make html`)
* Bump the version number in ``paho/mqtt/__init__.py``, commit the change.
* Make a dry-run of build:
* Build using hatch: ``python -m hatch build``
Expand Down
13 changes: 13 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v2.1.0 - 2024-04-29
===================

- Make transition from 1.x to 2.x version smoother (Closes #831)
- Fix "protocol" property (Closes #820)
- Fix publish() a bytearray payload (Closes #833)
- Fix some type annotations (Closes #828)
- Fix loop_stop() not stopping thread when called from callback (Closes #809)
- Fix some documentation errors (Closes #817, #823, #832, #838)
- Add support for Unix socket (Closes #829)
- Fix flaky test (Closes #789)


v2.0.0 - 2024-02-10
===================

Expand Down

0 comments on commit 54e2e69

Please sign in to comment.