diff --git a/CHANGELOG.md b/CHANGELOG.md index 3504826..06c03e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2024-08-06 +## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2024-09-15 -[Compare with first commit](https://github.com/PythonNest/PyNest/compare/6aa060a3425ff7458f7851642fdaa23c509ddcae...0.1.0) +[Compare with first commit](https://github.com/PythonNest/PyNest/compare/8cf9da7afefe69a990a9d82a57d30e4c495b99c8...0.1.0) + +### Fixed + +- Fix async orm provider session (#78) ([8cf9da7](https://github.com/PythonNest/PyNest/commit/8cf9da7afefe69a990a9d82a57d30e4c495b99c8) by Itay Dar). diff --git a/nest/__init__.py b/nest/__init__.py index 493f741..260c070 100644 --- a/nest/__init__.py +++ b/nest/__init__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.3.1"