Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .changelog/v0.8.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[[breaking]]
title = ""
description = ""

[[features]]
title = ""
description = ""

[[bugs]]
title = ""
description = ""

[[enhancements]]
title = ""
description = ""
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.0
v0.8.0
2 changes: 1 addition & 1 deletion oxide/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package oxide
// dynamically populate the user agent for the Client. It is purposefully
// unexported to prevent external users from reading it. This must be changed
// along with the VERSION file in the root of this repository.
const version = "v0.7.0"
const version = "v0.8.0"