diff --git a/CHANGELOG.md b/CHANGELOG.md index b92341b..712bf95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [22.11.04] - Unreleased +## [22.11.04] - 2023-09-22 ### Fixed - `cluster instance deploy`: Allow real burst instances to be deployed for Astarte >= `v1.1.0`. diff --git a/cmd/version.go b/cmd/version.go index dde26b6..e6a2206 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -20,7 +20,7 @@ import ( "github.com/spf13/cobra" ) -var version = "22.11.03" +var version = "22.11.04" // versionCmd represents the version command var versionCmd = &cobra.Command{