From f527c4d934a5a12ac2bf4b4ba8a1c33898e633fb Mon Sep 17 00:00:00 2001 From: Victor Oliveira Nascimento <376386+victorolinasc@users.noreply.github.com> Date: Sun, 27 Sep 2020 13:30:14 -0300 Subject: [PATCH] Bump version 2.3.0 (#292) * Bump version 2.3.0 * update OTP version --- .travis.yml | 8 ++++---- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b762ce8..c50119a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,15 +10,15 @@ elixir: otp_release: - 21.2 - 22.3 - - 23.1 + - 23.0 matrix: exclude: - - otp_release: 23.1 + - otp_release: 23.0 elixir: 1.7.4 - - otp_release: s23.1 + - otp_release: 23.0 elixir: 1.8.1 - - otp_release: 23.1 + - otp_release: 23.0 elixir: 1.9.4 script: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bec723..8f56cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ ## [Unreleased] +## [2.3.0] - 2020-09-27 + +### Changed + +- (@supersimple with @bryanjos) Update CHANGELOG.md (#257) +- (@victorolinasc) chore: add public PEM only signer test +- (@victorolinasc) chore: update deps +- (@victorolinasc) Adding error handling (#277) +- (@ideaMarcos) Update common_use_cases.md (#285) +- (@victorolinasc) Clean up versions and compatibility with OTP 23 (#291) + +### Fixed + +- (@woylie) fix type specs and doc (#266) + ## [2.2.0] - 2019-11-08 ### Added diff --git a/mix.exs b/mix.exs index fae55d1..68e22f1 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Joken.Mixfile do use Mix.Project - @version "2.2.0" + @version "2.3.0" def project do [