From 368e6d9ef5ebd47f781281fdc65bdb91a823d98b Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Thu, 27 Oct 2016 02:29:14 +0200 Subject: [PATCH] Start 0.6.2.0 cycle [ci skip] --- Changelog.md | 8 ++++++++ config/defaults.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 9b2b19728..947abacd3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +# 0.6.2.0 + +## Refactor + +## Bug fixes + +## Features + # 0.6.1.0 Note: Although this is a minor release, the configuration file changed because the old Mapbox implementation is no longer valid, and the current implementation requires additional fields. Chances are high that if you're using the old integration, it will be broken anyway. If you do use Mapbox, please check out the `diaspora.yml.example` for new parameters. diff --git a/config/defaults.yml b/config/defaults.yml index 24dbe5432..9ca81debd 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -4,7 +4,7 @@ defaults: version: - number: "0.6.0.99" # Do not touch unless doing a release, do not backport the version number that's in master + number: "0.6.1.99" # Do not touch unless doing a release, do not backport the version number that's in master heroku: false environment: url: "http://localhost:3000/"