diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b172e..3e818c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.3 + +* encodeBarcode method now uses the named parameters instead of positional parameters + ## 0.7.2 * fixed case sensitive folder name issue in CMakeLists.txt (thanks to [@softkot](https://github.com/softkot))