diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8ca64db --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# CHANGELOG + +## 1.0.2 + +- Added `CHANGELOG.md` +- Added type hint support +- Reduce the probability of duplicate keys +- Improve performace and readability +- Improve Documentation + +## 1.0.1 + +- Improve performace and readability +- Added Documentation + +## 1.0.0 + +- Initial Release