From 0b75fd40b370dac52d5e5591c5684a45a8ad2735 Mon Sep 17 00:00:00 2001 From: Mark Schroering Date: Tue, 18 Feb 2020 14:49:23 -0500 Subject: [PATCH] Changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b9f41..e3c846f 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). +## [9.15.0] - 2020-02-18 + +### Added + +- Added storoage if ID token from `lo auth` command. + ## [9.14.3] - 2020-02-12 ### Added @@ -672,6 +678,7 @@ and `create-nantomics-vcf-import` - Replaced the `defaults` command with a `setup` command +[9.15.0]: https://github.com/lifeomic/cli/compare/v9.14.3...v9.15.0 [9.14.3]: https://github.com/lifeomic/cli/compare/v9.14.2...v9.14.3 [9.14.2]: https://github.com/lifeomic/cli/compare/v9.14.1...v9.14.2 [9.14.1]: https://github.com/lifeomic/cli/compare/v9.14.0...v9.14.1