bump to 0.5.3.1
This commit is contained in:
parent
ebad0961a9
commit
04b3531cd0
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
# 0.5.3.1
|
||||||
|
|
||||||
|
Fix a leak of potentially private profile data to unauthorized users who were sharing with the person
|
||||||
|
and on a pod that received that data.
|
||||||
|
|
||||||
# 0.5.3.0
|
# 0.5.3.0
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
version:
|
version:
|
||||||
number: "0.5.3.0" # Do not touch unless doing a release, do not backport the version number that's in master
|
number: "0.5.3.1" # 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