Skip to content

Commit

Permalink
Update Changelog (#16)
Browse files Browse the repository at this point in the history
Changelog is updated with the latest changes to the program.

Signed-off-by: Elis Lulja <elulja@cisco.com>
  • Loading branch information
asimpleidea authored and arnatal committed Feb 3, 2021
1 parent ded6ffa commit 0c11dcf
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,32 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.0] (2021-01-26)

### Added

- Ability to provide CLI flags from a configuration file

### Fixed

- Better validation for polling interval, which now takes care of negative
values.

## [0.3.0] (2020-09-24)

### Added

- This Changelog

- Readme: `Go Get` section

- Readme: `Clone The Project` section

- Readme: `Run as a Docker Container` section

- Readme: `Metadata Key` section

- Version command: `cnwan-reader version [--short|-s]`

### Changed

- Readme has been improved drastically with many sections being rewritten
in an effort to make it more understandable.

- `--metadata-key` is moved to `service directory`, as it would trigger an
error in `version`.

Expand All @@ -46,13 +51,10 @@ waiting for adaptor to replying is fixed.
### Changed

- `--metadata-key` is now required

- `--credentials` is now moved under `servicedirectory` command and changed to
`--service-account` for better understing

- `--region` and `--project` are now marked as required in the framework and
thus not checked by the project anymore

- Readme: improve description on commands.

## [0.1.1] (2020-08-13)
Expand Down

0 comments on commit 0c11dcf

Please sign in to comment.