Skip to content

Commit

Permalink
Bump version 2.3.0 (#292)
Browse files Browse the repository at this point in the history
* Bump version 2.3.0

* update OTP version
  • Loading branch information
victorolinasc committed Sep 27, 2020
1 parent cc7089b commit f527c4d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -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:
Expand Down
15 changes: 15 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Joken.Mixfile do
use Mix.Project

@version "2.2.0"
@version "2.3.0"

def project do
[
Expand Down

0 comments on commit f527c4d

Please sign in to comment.