> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 5.82.0

**`(feat):`** Add `fern org set/get/unset cli-version` to pin the Fern CLI to a version
or a min/max range for your whole organization, keeping every project on a
consistent CLI version.

## 5.81.0

**`(internal):`** Add the additive `OAuthConfiguration.authorizationCode` and `OAuthConfiguration.deviceCode` IR
variants modeling the OAuth 2.0 authorization code grant with required PKCE (browser login) and
the device authorization grant (RFC 8628) for public clients. IR consumers now narrow the OAuth
configuration union before reading client-credentials-only fields. No behavior change for
existing client-credentials configurations.

## 5.80.5

**`(fix):`** Fix markdown images that specify a title (e.g. `![alt](./image.png "Title")`) failing to render.
The title was treated as part of the image path, so the image was never swapped for its uploaded
file reference.