Skip to content

Commit 718e388

Browse files
committed
chore: bump version
1 parent 682d356 commit 718e388

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.0] - 2019-11-08
10+
11+
### Added
12+
13+
- (René Mygind Andersen) #7 Adds support for parsing JWKS returned with content-type 'applicat…
14+
15+
### Changed
16+
17+
- (@ltj) Use hackney v1.15.2
18+
919
## [1.1.0] - 2019-03-05
1020

1121
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule JokenJwks.MixProject do
22
use Mix.Project
33

4-
@version "1.1.0"
4+
@version "1.2.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)