Skip to content

Commit

Permalink
Keycloak Admin REST API v23.0.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Mar 29, 2024
1 parent fce311f commit 45ed694
Show file tree
Hide file tree
Showing 9 changed files with 3,398 additions and 1,928 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 = "22.0.501"
version = "23.0.0"
authors = ["Alexander Korolev <alexander.korolev.germany@gmail.com>"]
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 22.0.5](https://www.keycloak.org/docs-api/22.0.5/rest-api/index.html).
Implements [Keycloak Admin REST API version 23.0.0](https://www.keycloak.org/docs-api/23.0.0/rest-api/index.html).

### Feature flags

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

```toml
[dependencies]
keycloak = "22.0"
keycloak = "23.0"
```

```rust
Expand Down
Loading

0 comments on commit 45ed694

Please sign in to comment.