Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed May 11, 2020
1 parent 7cb0a81 commit 1ff03db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## [11.0.0] - 2020-05-11

### Changed

- Updated the workflows commands sets to use the new workflows api, this includes removing `workflows` from the command and updating the arguments. Refer to help on the individual commands for more details
- Updated the `create-*` ingest commands to validate that the optional date provided is in an ISO standard format.

### Removed

- The `workflow-template` and `workflow-parameter` command sets were removed. This functionality is now covered by the updated workflows commands

## [10.3.0] - 2020-04-20

### Changed
Expand Down Expand Up @@ -715,6 +726,7 @@ and `create-nantomics-vcf-import`

- Replaced the `defaults` command with a `setup` command

[11.0.0]: https://github.com/lifeomic/cli/compare/v10.3.0...v11.0.0
[10.3.0]: https://github.com/lifeomic/cli/compare/v10.2.0...v10.3.0
[10.2.0]: https://github.com/lifeomic/cli/compare/v10.1.0...v10.2.0
[10.1.0]: https://github.com/lifeomic/cli/compare/v10.0.2...v10.1.0
Expand Down

0 comments on commit 1ff03db

Please sign in to comment.