Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Release 1.3.14 Changelog (#5839)
Browse files Browse the repository at this point in the history
* bumping the version version and adding a change log

* updated changelog text per feedback
  • Loading branch information
kensipe authored Dec 20, 2017
1 parent 5019e6f commit b1b5e1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.3.13"
version in ThisBuild := "1.3.14"

0 comments on commit b1b5e1b

Please sign in to comment.