Skip to content

Commit

Permalink
Keycloak Admin REST API v25.0.400
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Aug 23, 2024
1 parent 7aec5b0 commit e29f9e2
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 358 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keycloak"
version = "25.0.200"
version = "25.0.400"
authors = ["Alexander Korolev <[email protected]>"]
edition = "2021"
categories = ["api-bindings", "asynchronous"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Dual-licensed under `MIT` or the [UNLICENSE](http://unlicense.org/).

## Features

Implements [Keycloak Admin REST API version 25.0.2](https://www.keycloak.org/docs-api/25.0.2/rest-api/index.html).
Implements [Keycloak Admin REST API version 25.0.4](https://www.keycloak.org/docs-api/25.0.4/rest-api/index.html).

### Feature flags

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Dual-licensed under `MIT` or the [UNLICENSE](http://unlicense.org/).
## Features
Implements [Keycloak Admin REST API version 25.0.2](https://www.keycloak.org/docs-api/25.0.2/rest-api/index.html).
Implements [Keycloak Admin REST API version 25.0.4](https://www.keycloak.org/docs-api/25.0.4/rest-api/index.html).
### Feature flags
Expand Down
Loading

0 comments on commit e29f9e2

Please sign in to comment.