Skip to content

Commit

Permalink
bump authn version to 1.20.1 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosperes committed Apr 18, 2024
1 parent b608f2c commit bb52e75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,9 +6,9 @@ Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 1.20.1

### Added
### Fixed

* Fixing code that wansn't expeting oauth email as null value.
* Handle null values for oauth account email.

## 1.20.0

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.20.0
VERSION := 1.20.1
MAIN := main.go

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

0 comments on commit bb52e75

Please sign in to comment.