Skip to content

Commit

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

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

* Merge `PR 24 <https://github.com/jantman/python-wifi-survey-heatmap/pull/24>`_ to fix `Issue 22 <https://github.com/jantman/python-wifi-survey-heatmap/issues/22>`_ where APs were being plotted with SSID instead of BSSID, and therefore wifi-heatmap `--ap-names` option was not working.

1.0.0 (2022-02-19)
------------------

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.0.0'
VERSION = '1.1.0'
PROJECT_URL = 'https://github.com/jantman/wifi-survey-heatmap'

0 comments on commit 7fd5a18

Please sign in to comment.