Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
victorolinasc committed Oct 26, 2021
1 parent 5f43831 commit f716ac8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
## [Unreleased]

## [2.4.1] - 2021-10-26

### Changed

- fix: readme refs (thanks to @danferreira)
- Fix generate_and_sign examples in guides' documentation (thanks to @f-francine)
- Remove no_return from methods that can return (thanks to @jsmestad)
- Fix typos (thanks to @kianmeng)

## [2.4.0] - 2021-08-15

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -28,9 +28,9 @@ Add `:joken` to your list of dependencies in `mix.exs`:
``` elixir
def deps do
# .. other deps
{:joken, "~> 2.0"},
{:joken, "~> 2.4"},
# Recommended JSON library
{:jason, "~> 1.1"}
{:jason, "~> 1.2"}
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -2,7 +2,7 @@ defmodule Joken.Mixfile do
use Mix.Project

@source_url "https://github.com/joken-elixir/joken"
@version "2.4.0"
@version "2.4.1"

def project do
[
Expand Down

0 comments on commit f716ac8

Please sign in to comment.