Skip to content

Commit 2a9e69d

Browse files
authored
chore: update changelog (#335)
Updated the changelog to prepare for v0.7.0.
1 parent 9eaced7 commit 2a9e69d

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.changelog/v0.7.0.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ title = ""
77
description = ""
88

99
[[bugs]]
10-
title = ""
11-
description = ""
10+
title = "Handle `map[string]any` types"
11+
description = "Updated the SDK to correctly handle `map[string]any` types. [#325](https://github.com/oxidecomputer/oxide.go/pull/325)"
12+
13+
[[bugs]]
14+
title = "Handle required nullable types"
15+
description = "Updated the SDK to correctly handle required nullable types. [#329](https://github.com/oxidecomputer/oxide.go/pull/329)"
1216

1317
[[enhancements]]
14-
title = ""
15-
description = ""
18+
title = "Support `OXIDE_PROFILE`"
19+
description = "Added support for specifying the Oxide profile via the `OXIDE_PROFILE` environment variable. [#332](https://github.com/oxidecomputer/oxide.go/pull/332)"

0 commit comments

Comments
 (0)