diff --git a/changelog.md b/changelog.md index 3613d52024b..2fb64f91943 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## Changes from 1.3.13 to 1.3.14 + +- [MARATHON-7974](https://jira.mesosphere.com/browse/MARATHON-7974) Fixes a security concern for a non super user. It was discovered that permissions for GroupResources was not honored and is now resolved. + +changes: https://github.com/mesosphere/marathon/compare/v1.3.13...5019e6f4eb3f287f698d7fce8b58c010c86720ea + ## Changes from 1.3.12 to 1.3.13 ### Fixed issues: diff --git a/version.sbt b/version.sbt index c8f20a8a42e..e271b0a1b2b 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "1.3.13" +version in ThisBuild := "1.3.14"