diff --git a/CHANGES.rst b/CHANGES.rst index 0451e21..ebc40f4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +1.1.0 (2022-04-05) +------------------ + +* Merge `PR 24 `_ to fix `Issue 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) ------------------ diff --git a/wifi_survey_heatmap/version.py b/wifi_survey_heatmap/version.py index 7ac359d..32c6aea 100644 --- a/wifi_survey_heatmap/version.py +++ b/wifi_survey_heatmap/version.py @@ -35,5 +35,5 @@ ################################################################################## """ -VERSION = '1.0.0' +VERSION = '1.1.0' PROJECT_URL = 'https://github.com/jantman/wifi-survey-heatmap'