Skip to content

Commit

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

## HEAD

## 1.18.2

### Fixed

* Remove incomplete "provider specific signing key" feature (#250)

## 1.18.1

### Fixed
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.1
VERSION := 1.18.2
MAIN := main.go

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

0 comments on commit bdafce1

Please sign in to comment.