diff --git a/Changelog.md b/Changelog.md index 32ac45eaf..9a1c94b03 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -# Head +# 0.3.0.0 ## Pod statistics A new feature [has been added](https://github.com/diaspora/diaspora/pull/4602) to allow pods to report extra statistics. Automatically after this code change, the route /statistics.json contains some basic data that was also available before via page headers (pod name, version, status of signups). But also, optionally podmins can enable user and post counts in the diaspora.yml configuration file. The counts are by default switched off, so if you want to report the total user, active user and local post counts, please edit your diaspora.yml configuration with the example values in diaspora.yml.example and uncomment the required lines as indicated. diff --git a/config/defaults.yml b/config/defaults.yml index 264edc8f6..d000938f8 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -4,7 +4,7 @@ defaults: version: - number: "head" # Do not touch unless doing a release, do not backport the version number that's in master but keep develp to always say "head" + number: "0.3.0.0" # Do not touch unless doing a release, do not backport the version number that's in master but keep develp to always say "head" heroku: false environment: url: "http://localhost:3000/"