Skip to content

Commit

Permalink
prepare 1.17.1 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCuse committed Jul 24, 2023
1 parent 01088d2 commit 436a2b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added

## 1.17.1

### Added

* HMAC notification signatures (#207)
* support inferring default port from configured URL (via #214)
* fix unmarshaling bug in Microsoft OAuth Provider (via #214)
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.0
VERSION := 1.17.1
MAIN := main.go

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

0 comments on commit 436a2b9

Please sign in to comment.