Skip to content

Commit

Permalink
v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cainlevy committed Apr 9, 2022
1 parent e58b7c8 commit fcb46d7
Show file tree
Hide file tree
Showing 2 changed files with 10 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.15.0

### Added

* Added `/jwks` to both public and private routes

## 1.14.0

### Added
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@ include .env
ORG := keratin
PROJECT := authn-server
NAME := $(ORG)/$(PROJECT)
VERSION := 1.14.0
VERSION := 1.15.0
MAIN := main.go

.PHONY: clean
Expand Down Expand Up @@ -48,6 +48,9 @@ migrate:
go run -ldflags "-X main.VERSION=$(VERSION)" $(MAIN) migrate

# Cut a release of the current version.
# 1. update CHANGELOG.md and Makefile with the next semantic version
# 2. `make release`
# 3. wait for build and attach artifacts to GitHub release
.PHONY: release
release:
git push
Expand Down

0 comments on commit fcb46d7

Please sign in to comment.