Skip to content

Commit

Permalink
chore: Add changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
elimt committed Dec 13, 2023
1 parent 9e30a68 commit 6f9a6a8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,24 @@ Canonical reference for changes, improvements, and bugfixes for the Boundary Ter

### New and Improved

## 1.1.11 (December 13, 2023)

### New and Improved

* Add support for OIDC prompts. Using prompts, the Relying Party (RP) can customize the authentication and authorization flow to suit their specific needs and improve the user experience. [OIDC Authentication request](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest) server.
([PR](https://github.com/hashicorp/terraform-provider-boundary/pull/519))
* Add boundary_auth_method data source
([PR](https://github.com/hashicorp/terraform-provider-boundary/pull/505))
* Add boundary_group data source
([PR](https://github.com/hashicorp/terraform-provider-boundary/pull/503))
* Add boundary_account data source
([PR](https://github.com/hashicorp/terraform-provider-boundary/pull/493))
* Add boundary_user data source
([PR](https://github.com/hashicorp/terraform-provider-boundary/pull/468))

### Bug Fix
* Fix boundary_worker overwriting worker generated auth token during
([PR](https://github.com/hashicorp/terraform-provider-boundary/pull/461))

## 1.1.10 (October 11, 2023)

Expand Down

0 comments on commit 6f9a6a8

Please sign in to comment.