diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a09dd3..d024ba5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2.37.0 + +🚀 Enhancements + +- [#404](https://github.com/brentvollebregt/auto-py-to-exe/pull/404): Added Turkish translated README +- [#413](https://github.com/brentvollebregt/auto-py-to-exe/issues/413): Added Dutch translations + +🏆 Contributors + +- [Mehmet Çağrı Aksoy](https://github.com/mcagriaksoy) +- [barremans](https://github.com/barremans) + ## 2.36.0 🚀 Enhancements diff --git a/auto_py_to_exe/__init__.py b/auto_py_to_exe/__init__.py index 959997c7..632bd192 100644 --- a/auto_py_to_exe/__init__.py +++ b/auto_py_to_exe/__init__.py @@ -1 +1 @@ -__version__ = '2.36.0' +__version__ = '2.37.0'