Skip to content

Commit

Permalink
changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jun 5, 2022
1 parent de69bb9 commit a9dd684
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.2.0 (2022-06-05)
------------------

* Merge `PR 26 <https://github.com/jantman/python-wifi-survey-heatmap/pull/26>`_ to add documentation on ``Couldn't connect to accessibility bus`` error, thanks to `hnykda <https://github.com/hnykda>`__.
* Fix ``TypeError`` in ``wifi-heatmap-thresholds`` entrypoint.
* Update all Python dependencies.
* Update Docker image to latest Debian Buster.

1.1.0 (2022-04-05)
------------------

Expand Down
2 changes: 1 addition & 1 deletion wifi_survey_heatmap/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
##################################################################################
"""

VERSION = '1.1.0'
VERSION = '1.2.0'
PROJECT_URL = 'https://github.com/jantman/wifi-survey-heatmap'

0 comments on commit a9dd684

Please sign in to comment.