Skip to content

Commit

Permalink
prepare 1.18.1 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCuse committed Mar 20, 2024
1 parent b0c40fa commit 6ac2058
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,13 +4,16 @@ Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## HEAD

## 1.18.1

### Added

* Ability to configure signing key per oauth provider.

### Fixed

* Disallow OAuth linking to an account other than current session's account (#246)
* Replace deprecated gopkg.in/square/go-jose.v2 with github.com/go-jose/go-jose/v3 (#240)

## 1.18.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.18.0
VERSION := 1.18.1
MAIN := main.go

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

0 comments on commit 6ac2058

Please sign in to comment.