freeze 0.5.5.0
This commit is contained in:
parent
bbb348ea5b
commit
5f2e0907b7
2 changed files with 1 additions and 5 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
# 0.5.5.0
|
# 0.5.5.0
|
||||||
|
|
||||||
## Refactor
|
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
* Redirect to sign in page when a background request fails with 401 [#6496](https://github.com/diaspora/diaspora/pull/6496)
|
* Redirect to sign in page when a background request fails with 401 [#6496](https://github.com/diaspora/diaspora/pull/6496)
|
||||||
* Correctly skip setting sidekiq logfile on Heroku [#6500](https://github.com/diaspora/diaspora/pull/6500)
|
* Correctly skip setting sidekiq logfile on Heroku [#6500](https://github.com/diaspora/diaspora/pull/6500)
|
||||||
|
|
@ -10,8 +8,6 @@
|
||||||
* Prevent participations being created for invalid interactions [#6552](https://github.com/diaspora/diaspora/pull/6552)
|
* Prevent participations being created for invalid interactions [#6552](https://github.com/diaspora/diaspora/pull/6552)
|
||||||
* Improve federation for reshare related interactions [#6481](https://github.com/diaspora/diaspora/pull/6481)
|
* Improve federation for reshare related interactions [#6481](https://github.com/diaspora/diaspora/pull/6481)
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
# 0.5.4.0
|
# 0.5.4.0
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
version:
|
version:
|
||||||
number: "0.5.4.99" # Do not touch unless doing a release, do not backport the version number that's in master
|
number: "0.5.5.0" # Do not touch unless doing a release, do not backport the version number that's in master
|
||||||
heroku: false
|
heroku: false
|
||||||
environment:
|
environment:
|
||||||
url: "http://localhost:3000/"
|
url: "http://localhost:3000/"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue