Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrckd committed Jan 26, 2023
1 parent 3ff8cf3 commit af2e3dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
...


## [0.7.5]

### New
* Pin tension support (schema update + auth rules + custom dql query

### Changed
* Update CORS to allow staging.fractale.co used for test purpose.

## [0.7.4]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BINARY := f6
#DGRAPH_RELEASE := v21.03.1
#DGRAPH_RELEASE := v21.12.0
DGRAPH_RELEASE := v22.0.2
CLIENT_RELEASE := 0.7.4
CLIENT_RELEASE := 0.7.5
$(eval BRANCH_NAME=$(shell git rev-parse --abbrev-ref HEAD))
$(eval COMMIT_NAME=$(shell git rev-parse --short HEAD))
$(eval RELEASE_VERSION=$(shell git tag -l --sort=-creatordate | head -n 1))
Expand Down
1 change: 1 addition & 0 deletions web/auth/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func init() {
"verification": true,
"password-reset": true,
"about": true,
"help": true,
"features": true,
"showcase": true,
"user": true,
Expand Down

0 comments on commit af2e3dc

Please sign in to comment.