Skip to content

Commit

Permalink
prepare 1.18.0 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCuse committed Dec 20, 2023
1 parent 1d3cc87 commit f572515
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,14 @@ Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added

## 1.18.0

### Added

* Beta support for TOTP multi-factor authentication (#220, #230, #231)
* Bump prometheus client to 1.11.1 (#229)
* Bump golang.org/x/crypto to 0.17.0 (#233)

## 1.17.1

### Added
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.17.1
VERSION := 1.18.0
MAIN := main.go

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

0 comments on commit f572515

Please sign in to comment.