Skip to content

Commit

Permalink
Bump version to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
victorolinasc committed Apr 11, 2024
1 parent bcbb6d2 commit c857521
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## [Unreleased]

## [2.6.1] - 2024-04-11

### Added

- Allow PEM keys to specify a password (#392 thanks to @jeremyowensboggs)

### Fixed

- Updated erlang JOSE to deal with CVE-2023-50966 (#418 thanks to @up2jj)

## [2.6.0] - 2023-01-29

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Add `:joken` to your list of dependencies in `mix.exs`:
``` elixir
def deps do
# .. other deps
{:joken, "~> 2.5"},
{:joken, "~> 2.6"},
# Recommended JSON library
{:jason, "~> 1.3"}
{:jason, "~> 1.4"}
end
```

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.6.0"
@version "2.6.1"

def project do
[
Expand Down

0 comments on commit c857521

Please sign in to comment.