diff --git a/CHANGELOG.md b/CHANGELOG.md index 514b36b..1c90cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [11.5.0] - 2020-08-03 + +### Added + +- Added a `lo genomics get-test` command. +- Addded ablity to read `lo fhir sql` statement from stdin. + ## [11.4.0] - 2020-07-06 ### Added - Added a `lo ocr` command set with the following sub commands: @@ -17,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `lo ocr delete-document` Delete an OCR document - `lo ocr get-document` Fetch OCR document - `lo ocr list-documents` List OCR documents in a project - + ## [11.3.0] - 2020-06-25 ### Added @@ -757,6 +764,7 @@ and `create-nantomics-vcf-import` - Replaced the `defaults` command with a `setup` command +[11.5.0]: https://github.com/lifeomic/cli/compare/v11.4.0...v11.5.0 [11.4.0]: https://github.com/lifeomic/cli/compare/v11.3.0...v11.4.0 [11.3.0]: https://github.com/lifeomic/cli/compare/v11.2.0...v11.3.0 [11.2.0]: https://github.com/lifeomic/cli/compare/v11.1.0...v11.2.0 diff --git a/package.json b/package.json index 5b018f3..abeb521 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifeomic/cli", - "version": "11.4.0", + "version": "11.5.0", "description": "CLI for interacting with the LifeOmic PHC API.", "main": "lo.js", "author": "LifeOmic ",