Skip to content

Commit

Permalink
Merge pull request #179 from lifeomic/CR-381.2
Browse files Browse the repository at this point in the history
CR-831: Prepare for Version 12.0.4 Release
  • Loading branch information
mjtieman authored Feb 18, 2021
2 parents 156d3a2 + 8f0f9d6 commit 037ab93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [12.4.0] - 2021-02-17

### Added
- Added additional Insights commands to get details of scheduled indexing jobs.
- `lo insights list-jobs` Fetches all scheduled Insights indexing jobs in the account
- `lo insights get-job` Fetch the details of a single Insights indexing job

## [12.3.0] - 2021-01-26

### Added
Expand Down Expand Up @@ -841,6 +848,7 @@ and `create-nantomics-vcf-import`

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

[12.4.0]: https://github.com/lifeomic/cli/compare/v12.3.10..v12.4.0
[12.3.0]: https://github.com/lifeomic/cli/compare/v12.2.10..v12.3.0
[12.2.0]: https://github.com/lifeomic/cli/compare/v12.1.1...v12.2.0
[12.1.1]: https://github.com/lifeomic/cli/compare/v12.1.0...v12.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifeomic/cli",
"version": "12.3.0",
"version": "12.4.0",
"description": "CLI for interacting with the LifeOmic PHC API.",
"main": "lo.js",
"author": "LifeOmic <[email protected]>",
Expand Down

0 comments on commit 037ab93

Please sign in to comment.