Skip to content

Commit

Permalink
Keycloak Admin REST API v25.0.0 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork authored Jun 19, 2024
1 parent 732748f commit 35d0f71
Show file tree
Hide file tree
Showing 7 changed files with 1,142 additions and 514 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 = "24.0.301"
version = "25.0.0"
authors = ["Alexander Korolev <[email protected]>"]
edition = "2021"
categories = ["api-bindings", "asynchronous"]
Expand Down
4 changes: 2 additions & 2 deletions 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 24.0.3](https://www.keycloak.org/docs-api/24.0.3/rest-api/index.html).
Implements [Keycloak Admin REST API version 25.0.0](https://www.keycloak.org/docs-api/25.0.0/rest-api/index.html).

### Feature flags

Expand All @@ -24,7 +24,7 @@ Add dependency to Cargo.toml:

```toml
[dependencies]
keycloak = "24.0"
keycloak = "25.0"
```

```rust
Expand Down
Loading

0 comments on commit 35d0f71

Please sign in to comment.