Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit d81cd03

Browse files
Update CHANGELOG for v1.7.3
1 parent a2ae20a commit d81cd03

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.7.3 (2019-07-05)
2+
3+
### Bug Fixes
4+
5+
- Allow signup with restricted user record
6+
- Deny any access if ACL is empty but not null
7+
18
# 1.7.2 (2019-03-04)
29

310
### Bug Fixes

pkg/server/skyversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
package skyversion
1616

1717
// This will be overwrite on build time.
18-
var version = "v1.7.2"
18+
var version = "v1.7.3"
1919

2020
// Version returns the version of Skygear
2121
func Version() string {

0 commit comments

Comments
 (0)