We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcb082 commit cd88321Copy full SHA for cd88321
docs/openapi.json
@@ -549,7 +549,7 @@
549
},
550
"info" : {
551
"title" : "Keycloak Multi-Tenancy",
552
- "version" : "26.0.0"
+ "version" : "26.0.1"
553
554
"servers" : [ {
555
"url" : "{{keycloakUrl}}/auth/realms/{{realmName}}"
docs/openapi.yaml
@@ -379,6 +379,6 @@ paths:
379
description: Not Found
380
info:
381
title: Keycloak Multi-Tenancy
382
- version: 26.0.0
+ version: 26.0.1
383
servers:
384
- url: "{{keycloakUrl}}/auth/realms/{{realmName}}"
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>dev.sultanov</groupId>
6
<artifactId>keycloak-multi-tenancy</artifactId>
7
- <version>26.0.0</version>
+ <version>26.0.1</version>
8
<packaging>jar</packaging>
9
10
<name>Keycloak Multi-Tenancy</name>
0 commit comments