diff --git a/CHANGES.rst b/CHANGES.rst index e95e10fc8..370b11aa6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,13 @@ Changelog ========= +Version 8.3.4 +~~~~~~~~~~~~~ + +Bug fix release: +All changes: +https://github.com/Open-MSS/MSS/milestone/102?closed=1 Version 8.3.3 ~~~~~~~~~~~~~ @@ -12,6 +18,7 @@ All changes: https://github.com/Open-MSS/MSS/milestone/101?closed=1 Fixes for msmws and mscolab: +details: https://www.cve.org/CVERecord?id=CVE-2024-25123 - security: fix potential path manipulation in the server sources diff --git a/mslib/version.py b/mslib/version.py index a80dbaf11..67db6a2e9 100644 --- a/mslib/version.py +++ b/mslib/version.py @@ -24,4 +24,4 @@ See the License for the specific language governing permissions and limitations under the License. """ -__version__ = u'8.3.3' +__version__ = u'8.3.4'