diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfe9834..553b725e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,27 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.30.2...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.31.0...HEAD + + +# [2.31.0] - 2024-02-09 + +This release contains a security vulnerability patch. + +## Added +- Added visible field to Device model to control device visibility on main downloads page + +## Changed +- Fixed the Docker updater script crashing if the version is not published yet on GitHub Packages registry +- Updated library dependencies (server) + - django-cleanup (8.0.0 -> 8.1.0) + - sentry-sdk (1.39.2 -> 1.40.3) + - django (4.2.7 -> 4.2.10) + - django-ipware (6.0.3 -> 6.0.4) (/server) +- Updated library dependencies (shippy) + - sentry-sdk (1.39.2 -> 1.40.3) (/shippy) + +[2.31.0]: https://github.com/shipperstack/shipper/compare/2.30.2...2.31.0 # [2.30.2] - 2024-01-28 diff --git a/SECURITY.md b/SECURITY.md index ba2210da..dbe7c6a2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,10 +1,10 @@ # Security Policy -This document was last updated on 2023-07-06. +This document was last updated on 2024-02-09. ## Supported Versions -Versions 2.15.0 and up are supported. +Versions 2.31.0 and up are supported. Previous versions may contain security vulnerabilities. If you are running an instance that has a version number lower than the version specified above, we urge you to update as soon as possible, to prevent your instance from getting exploited. diff --git a/server/version.txt b/server/version.txt index 50bcd894..8de9f111 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.30.2 \ No newline at end of file +2.31.0 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index 889dd807..62dc17a0 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.30.2" \ No newline at end of file +__version__ = "2.31.0" \ No newline at end of file diff --git a/version.txt b/version.txt index 50bcd894..8de9f111 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.30.2 \ No newline at end of file +2.31.0 \ No newline at end of file