diff --git a/.changelog/v0.8.0.toml b/.changelog/v0.8.0.toml new file mode 100644 index 0000000..b691c20 --- /dev/null +++ b/.changelog/v0.8.0.toml @@ -0,0 +1,15 @@ +[[breaking]] +title = "" +description = "" + +[[features]] +title = "" +description = "" + +[[bugs]] +title = "" +description = "" + +[[enhancements]] +title = "" +description = "" diff --git a/VERSION b/VERSION index 8b20e48..b19b521 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.7.0 +v0.8.0 diff --git a/oxide/version.go b/oxide/version.go index 9455882..0bca005 100644 --- a/oxide/version.go +++ b/oxide/version.go @@ -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"