diff --git a/CHANGELOG.md b/CHANGELOG.md index 9876ac2..fd7b4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.6.1 (2021-07-09) +### Fix +* **assets:** Minor fix in assets path ([`ab3ffb5`](https://github.com/0dysseas/news-indicator/commit/ab3ffb57b506fb5c547a3208f04417a79787cdb6)) + ## v2.6.0 (2021-07-09) ### Feature * **window menu:** Add new window feature ([`b0b788c`](https://github.com/0dysseas/news-indicator/commit/b0b788c9e331b265f478c9d0f394dab64132fb89)) diff --git a/newsindicator/__init__.py b/newsindicator/__init__.py index 0012c7b..be4e439 100644 --- a/newsindicator/__init__.py +++ b/newsindicator/__init__.py @@ -1,2 +1,2 @@ #__version__ used as the starting point for SemVer -__version__ = "2.6.0" \ No newline at end of file +__version__ = "2.6.1" \ No newline at end of file