diff --git a/CHANGELOG.md b/CHANGELOG.md index f469fe7..63daa63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 2.43.0 + +🚀 Enhancements + +- [#469](https://github.com/brentvollebregt/auto-py-to-exe/pull/469): Notify users of new PyInstaller versions +- [#464](https://github.com/brentvollebregt/auto-py-to-exe/pull/464): Added Hindi translations +- Notify users of new auto-py-to-exe versions + +🏆 Contributors + +- [Mehmet Cagri Aksoy](mcagriaksoy) +- [Triach Rold](https://github.com/triach-rold) + ## 2.42.0 🚀 Enhancements diff --git a/auto_py_to_exe/__init__.py b/auto_py_to_exe/__init__.py index 6e61a2d..8244731 100644 --- a/auto_py_to_exe/__init__.py +++ b/auto_py_to_exe/__init__.py @@ -1 +1 @@ -__version__ = "2.42.0" +__version__ = "2.43.0"