From a7bdddb7e811347e70f60a158c64cbbf8b706c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20P=C3=A9res?= Date: Tue, 16 Apr 2024 22:05:38 -0300 Subject: [PATCH] prepare 1.20.0 (#258) --- CHANGELOG.md | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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