Skip to content

Commit

Permalink
Merge pull request #62 from bettio/prepare-0.10.5
Browse files Browse the repository at this point in the history
Prepare 0.10.5
  • Loading branch information
drf authored Jan 25, 2020
2 parents 02c35bd + a0d5e8a commit fdff536
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ 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).

## [0.10.5] - Unreleased
## [0.10.5] - 2020-01-25
### Added
- Added "cluster instance upgrade", to upgrade Astarte instances
- Added "cluster instance change-profile", to change an existing Astarte instance's deployment profile

### Fixed
- Fixed Cluster Resource parsing in some corner case situations
- Do not take into account prereleases when looking for latest versions
- Added "cluster instance upgrade", to upgrade Astarte instances
- Added "cluster instance change-profile", to change an existing Astarte instance's deployment profile

## [0.10.4] - 2019-12-11
### Added
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/spf13/cobra"
)

var version = "0.10.4"
var version = "0.10.5"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit fdff536

Please sign in to comment.