Skip to content

Commit

Permalink
Keycloak Admin REST API v25.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Aug 1, 2024
1 parent 41fcc3c commit e770b20
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 327 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.0"
version = "25.0.200"
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.0](https://www.keycloak.org/docs-api/25.0.0/rest-api/index.html).
Implements [Keycloak Admin REST API version 25.0.2](https://www.keycloak.org/docs-api/25.0.2/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.0](https://www.keycloak.org/docs-api/25.0.0/rest-api/index.html).
Implements [Keycloak Admin REST API version 25.0.2](https://www.keycloak.org/docs-api/25.0.2/rest-api/index.html).
### Feature flags
Expand Down
Loading

0 comments on commit e770b20

Please sign in to comment.