From a83234872befbd9e6cf68611268aec7e5f94e325 Mon Sep 17 00:00:00 2001 From: Mark Schroering Date: Thu, 5 Mar 2020 12:31:22 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3754f83..725e98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [10.1.0] - 2020-03-05 + +### Added + +- Added a `sequence-id` option to the `genomics create-genomic-set` command. + ## [10.0.2] - 2020-03-04 ### Fixed @@ -697,6 +703,7 @@ and `create-nantomics-vcf-import` - Replaced the `defaults` command with a `setup` command +[10.1.0]: https://github.com/lifeomic/cli/compare/v10.0.2...v10.1.0 [10.0.2]: https://github.com/lifeomic/cli/compare/v10.0.1...v10.0.2 [10.0.1]: https://github.com/lifeomic/cli/compare/v10.0.0...v10.0.1 [10.0.0]: https://github.com/lifeomic/cli/compare/v9.15.0...v10.0.0