You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,21 @@
3
3
## Bug Fixes
4
4
* Removed unused field `AgentPoolID` from the Workspace model. (Callers should be using the `AgentPool` relation instead) by @brandonc[#815](https://github.com/hashicorp/go-tfe/pull/815)
5
5
6
+
## Enhancements
7
+
* Add organization scope field for oauth clients by @Netra2104[#812](https://github.com/hashicorp/go-tfe/pull/812)
8
+
* Added BETA support for including `projects` relationship to oauth_client on create by @Netra2104[#806](https://github.com/hashicorp/go-tfe/pull/806)
9
+
* Added BETA method `AddProjects` and `RemoveProjects` for attaching/detaching oauth_client to projects by Netra2104 [#806](https://github.com/hashicorp/go-tfe/pull/806)
10
+
6
11
# v1.39.2
7
12
8
13
## Bug Fixes
9
14
* Fixes a dependency build failure for 32 bit linux architectures by @brandonc[#814](https://github.com/hashicorp/go-tfe/pull/814)
10
15
11
-
## Enhancements
12
-
* Add organization scope field for oauth clients by @Netra2104[#812](https://github.com/hashicorp/go-tfe/pull/812)
13
-
14
16
# v1.39.1
15
17
16
18
## Bug Fixes
17
19
* Fixes an issue where the request body is not preserved during certain retry scenarios by @sebasslash[#813](https://github.com/hashicorp/go-tfe/pull/813)
18
20
19
-
## Enhancements
20
-
* Added BETA support for including `projects` relationship to oauth_client on create by @Netra2104[#806](https://github.com/hashicorp/go-tfe/pull/806)
21
-
* Added BETA method `AddProjects` and `RemoveProjects` for attaching/detaching oauth_client to projects by Netra2104 [#806](https://github.com/hashicorp/go-tfe/pull/806)
0 commit comments