diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce27744..aebae968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.36.1...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.36.2...HEAD + +# [2.36.2] - 2024-04-29 + +## Changed + +- Fixed pip not installing dependencies due to system management of packages + +[2.36.2]: https://github.com/shipperstack/shipper/compare/2.36.1...2.36.2 # [2.36.1] - 2024-04-29 diff --git a/server/version.txt b/server/version.txt index 79287c07..fd8847f7 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.36.1 \ No newline at end of file +2.36.2 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index 331e426f..cbb51ae2 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.36.1" \ No newline at end of file +__version__ = "2.36.2" \ No newline at end of file diff --git a/version.txt b/version.txt index 79287c07..fd8847f7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.36.1 \ No newline at end of file +2.36.2 \ No newline at end of file