diff --git a/Changelog.md b/Changelog.md index 6c4640a11..a77c77fc5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 0.0.3.3 + +* Switch Gemfile source to https to be compatible with bundler 1.3 + # 0.0.3.2 * Fix XSS vulnerability in conversations#new [#4010](https://github.com/diaspora/diaspora/issues/4010) diff --git a/config/defaults.yml b/config/defaults.yml index e2afeb29f..d36c7024e 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -4,7 +4,7 @@ defaults: version: - number: "0.0.3.2" + number: "0.0.3.3" heroku: false environment: url: "http://localhost:3000/"