diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2b540..50c845b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.8.63 (2022-03-28) +### Fix +* Added symbols to stocks ([`b583220`](https://github.com/portfolioplus/pytickersymbols/commit/b5832209445b40eba2ef893a559481ff41cead04)) + ## v1.8.62 (2022-03-26) ### Fix * Added symbols to stocks ([`036fa88`](https://github.com/portfolioplus/pytickersymbols/commit/036fa88747923a9df9a25c11d56d1406a0d09761)) diff --git a/src/pytickersymbols/__init__.py b/src/pytickersymbols/__init__.py index e44ab50..86bb40a 100644 --- a/src/pytickersymbols/__init__.py +++ b/src/pytickersymbols/__init__.py @@ -11,7 +11,7 @@ from weakref import WeakValueDictionary import itertools -__version__ = "1.8.62" +__version__ = "1.8.63" class Statics: