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

Commit

Permalink
Update CHANGELOG for v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Jul 5, 2019
1 parent a2ae20a commit d81cd03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.7.3 (2019-07-05)

### Bug Fixes

- Allow signup with restricted user record
- Deny any access if ACL is empty but not null

# 1.7.2 (2019-03-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/skyversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package skyversion

// This will be overwrite on build time.
var version = "v1.7.2"
var version = "v1.7.3"

// Version returns the version of Skygear
func Version() string {
Expand Down

0 comments on commit d81cd03

Please sign in to comment.