diff --git a/CHANGELOG.md b/CHANGELOG.md index 62cdb75cd..b5d0aaaef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Makefile b/Makefile index 8ffc6c2ff..9943fb00c 100644 --- a/Makefile +++ b/Makefile @@ -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