@@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ Unreleased]
99
1010### Changed
1111
1212- reworked the http connection to the remote servers to allow support for custom installations
13+ - ** breaking** new configuration file structure
1314
1415### Added
1516
@@ -19,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1920
2021- if you use a url that ends with ` / ` as endpoint, the remote calls are not broken anymore
2122
22- ## 0.5.0 2022-05-10
23+ ## [ 0.5.0] - 2022-05-10
2324
2425### Changed
2526
@@ -29,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2930
3031- new command for listing the user companies
3132
32- ## 0.4.0 2022-03 -07
33+ ## [ 0.4.0] - 2022-04 -07
3334
3435### Changed
3536
@@ -39,13 +40,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3940- new project list command
4041- the user now can create contexts for multiple scenarios and consoles
4142
42- ## 0.3.1 2022-01-21
43+ ## [ 0.3.1] - 2022-01-21
4344
4445### Fixed
4546
4647- fix warning installing with brew (issue 55)
4748
48- ## 0.3.0
49+ ## [ 0.3.0] - 2021-06-22
4950
5051### Added
5152
@@ -64,12 +65,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6465
6566- drop support to go v1.13 and v.14
6667
67- ## 0.2.0
68+ ## [ 0.2.0] - 2020-04-27
6869
6970- get history of deployments for a specific project environment
7071- add get projects command
7172
72- ## 0.1.0
73+ ## [ 0.1.0] - 2020-04-14
7374
7475- create cli sdk
7576- create cli renderer
77+
78+ [ unreleased ] : https://github.com/mia-platform/miactl/compare/v0.5.0...HEAD
79+ [ 0.5.0 ] : https://github.com/mia-platform/miactl/compare/v0.4.0...v0.5.0
80+ [ 0.4.0 ] : https://github.com/mia-platform/miactl/compare/v0.3.1...v0.4.0
81+ [ 0.3.1 ] : https://github.com/mia-platform/miactl/compare/v0.3.0...v0.3.1
82+ [ 0.3.0 ] : https://github.com/mia-platform/miactl/compare/v0.2.0...v0.3.0
83+ [ 0.2.0 ] : https://github.com/mia-platform/miactl/compare/v0.1.0...v0.2.0
84+ [ 0.1.0 ] : https://github.com/mia-platform/miactl/releases/tag/v0.1.0
0 commit comments