Skip to content

Commit

Permalink
prepare 1.20.0 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosperes committed Apr 17, 2024
1 parent 9c9929a commit a7bdddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## HEAD

## 1.20.0

### Added

* Public and private APIs for oauth account visibility and removal - requires migration to record user email on oauth accounts (#253)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@ include .env
ORG := keratin
PROJECT := authn-server
NAME := $(ORG)/$(PROJECT)
VERSION := 1.19.0
VERSION := 1.20.0
MAIN := main.go

BIN := $(shell pwd)/bin
Expand Down

0 comments on commit a7bdddb

Please sign in to comment.