diff --git a/CHANGELOG.md b/CHANGELOG.md index e92dfd9..6fd4fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 374dfeb..e69795a 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [