Skip to content

Commit

Permalink
Bumps to 2.6.0 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorolinasc authored Jan 29, 2023
1 parent cbfb1a9 commit 6aa9d2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [Unreleased]

## [2.6.0] - 2023-01-29

### Changed

- Allow EdDSA keys (thanks @Tarang)
- Bump JOSE to 1.11.5
- Fix `after_sign` spec
- handle non binary hmac sha key error (thanks @alecostard)
- Fixes `typ` header claim not being over writable
- doc fixes all over
- **raised Elixir version to 1.13** (JOSE raised it too so we follow)

## [2.5.0] - 2022-06-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Joken.Mixfile do
use Mix.Project

@source_url "https://github.com/joken-elixir/joken"
@version "2.5.0"
@version "2.6.0"

def project do
[
Expand Down

0 comments on commit 6aa9d2a

Please sign in to comment.