Skip to content

Commit 1752765

Browse files
authored
Keycloak Admin REST API v26.3.200 (#167)
1 parent 4f13fab commit 1752765

File tree

4 files changed

+377
-377
lines changed

4 files changed

+377
-377
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keycloak"
3-
version = "26.3.100"
3+
version = "26.3.200"
44
authors = ["Alexander Korolev <alexander.korolev.germany@gmail.com>"]
55
edition = "2021"
66
categories = ["api-bindings", "asynchronous"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Dual-licensed under `MIT` or the [UNLICENSE](http://unlicense.org/).
66

77
## Features
88

9-
Implements [Keycloak Admin REST API version 26.3.1](https://www.keycloak.org/docs-api/26.3.1/rest-api/index.html).
9+
Implements [Keycloak Admin REST API version 26.3.2](https://www.keycloak.org/docs-api/26.3.2/rest-api/index.html).
1010

1111
### Feature flags
1212

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Dual-licensed under `MIT` or the [UNLICENSE](http://unlicense.org/).
77
88
## Features
99
10-
Implements [Keycloak Admin REST API version 26.3.1](https://www.keycloak.org/docs-api/26.3.1/rest-api/index.html).
10+
Implements [Keycloak Admin REST API version 26.3.2](https://www.keycloak.org/docs-api/26.3.2/rest-api/index.html).
1111
1212
### Feature flags
1313

0 commit comments

Comments
 (0)