diff --git a/Docs/releases/0.7.0.md b/Docs/releases/0.7.0.md new file mode 100644 index 0000000000..abfaa7b635 --- /dev/null +++ b/Docs/releases/0.7.0.md @@ -0,0 +1,5 @@ +## Changes in `0.7.0` + +This release bumps Singularity’s Mesos dependency from version `0.23.0` to `0.28.1`. Check out the documentation [on the mesos site](http://mesos.apache.org/documentation/latest/upgrades/) for more information about upgrading your mesos cluster to `0.28.1`. + +[#994](https://github.com/HubSpot/Singularity/pull/994) - Upgrade mesos version to `0.28.1` \ No newline at end of file diff --git a/book.json b/book.json index 3ee1b02ce7..1c5ec5e5c3 100644 --- a/book.json +++ b/book.json @@ -10,7 +10,7 @@ "contribute": "https://github.com/HubSpot/Singularity" }, "variables": { - "releases": ["0.6.0", "0.5.0", "0.4.11", "0.4.10", "0.4.9", "0.4.8", "0.4.7", "0.4.6", "0.4.5"] + "releases": ["0.7.0", "0.6.0", "0.5.0", "0.4.11", "0.4.10", "0.4.9", "0.4.8", "0.4.7", "0.4.6", "0.4.5"] }, "plugins": ["github", "-sharing", "-highlight", "copy-code-button"], "pluginsConfig": {