From 898560c9fb2d4ff7dd9abfd191f983ba6d292c87 Mon Sep 17 00:00:00 2001 From: Jalyna Date: Mon, 3 Jul 2023 11:53:52 +0200 Subject: [PATCH] Bump to 2.7.0 --- CHANGELOG.md | 5 ++++- Gemfile.lock | 2 +- lib/zaikio/jwt_auth/version.rb | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e3ee8..8a8e5fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.7.0] - 2023-07-03 + * Handle errors when fetching the directory cache and fallback to API ## [2.6.0] - 2023-06-05 @@ -104,7 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Add a changelog * Setup automated gem publishing -[Unreleased]: https://github.com/zaikio/zaikio-directory-models/compare/v2.6.0...HEAD +[Unreleased]: https://github.com/zaikio/zaikio-directory-models/compare/v2.7.0...HEAD +[2.7.0]: https://github.com/zaikio/zaikio-directory-models/compare/v2.7.0...v2.7.0 [2.6.0]: https://github.com/zaikio/zaikio-directory-models/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/zaikio/zaikio-directory-models/compare/v2.4.1...v2.5.0 [2.4.1]: https://github.com/zaikio/zaikio-directory-models/compare/v2.4.0...v2.4.1 diff --git a/Gemfile.lock b/Gemfile.lock index 498ba79..6b2d0c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - zaikio-jwt_auth (2.6.0) + zaikio-jwt_auth (2.7.0) activejob jwt (>= 2.2.1) oj (>= 3.0.0) diff --git a/lib/zaikio/jwt_auth/version.rb b/lib/zaikio/jwt_auth/version.rb index 439ec3d..8b65093 100644 --- a/lib/zaikio/jwt_auth/version.rb +++ b/lib/zaikio/jwt_auth/version.rb @@ -1,5 +1,5 @@ module Zaikio module JWTAuth - VERSION = "2.6.0".freeze + VERSION = "2.7.0".freeze end end