We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682d356 commit 718e388Copy full SHA for 718e388
CHANGELOG.md
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
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
19
## [1.1.0] - 2019-03-05
20
21
### Added
mix.exs
@@ -1,7 +1,7 @@
1
defmodule JokenJwks.MixProject do
2
use Mix.Project
3
4
- @version "1.1.0"
+ @version "1.2.0"
5
def project do
[
0 commit comments