Skip to content

Commit

Permalink
v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cainlevy committed Feb 28, 2022
1 parent 06d3dc1 commit e267a45
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.14.0

* Added `last_login_at` and `password_changed_at` to Get Account API

## 1.13.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.13.0
VERSION := 1.14.0
MAIN := main.go

.PHONY: clean
Expand Down

0 comments on commit e267a45

Please sign in to comment.