@@ -1,4 +1,5 @@
## Version History:
+- [**1.2.0**](#v120)
- [1.1.1](#v111)
- [1.1.0](#v110)
- [1.0.0](#v100)
@@ -7,6 +8,12 @@
<br><br>
+### v1.2.0
+- Added `?threshold` parameter to change the fuzzy search threshold from its default of 0.6 ([#7](https://github.com/Sv443/geniURL/issues/7))
+- Added support for fuzzy searching when using `?q` instead of `?artist` and `?song` ([#8](https://github.com/Sv443/geniURL/issues/8))
+
+<br>
### v1.1.1
- Minor fixes