From 00f110b02b4a931fe4575773c12caa561655953e Mon Sep 17 00:00:00 2001 From: Mark Schroering Date: Wed, 15 Jul 2020 14:55:38 -0400 Subject: [PATCH] 0.14.1 --- CHANGELOG.md | 7 +++++++ phc/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d03f6b6..6fd59680 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). +## [0.14.1] - 2020-07-15 + +### Fixed + +- Fixed missing trust_env args in created client objects + ## [0.14.0] - 2020-07-14 ### Added @@ -118,6 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added the `phc.services.Files` submodule that provides actions for files in PHC projects. - Added the `phc.services.Cohorts` submodule that provides actions for files in PHC cohorts. +[0.14.1]: https://github.com/lifeomic/phc-sdk-py/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/lifeomic/phc-sdk-py/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/lifeomic/phc-sdk-py/compare/v0.12.2...v0.13.0 [0.12.3]: https://github.com/lifeomic/phc-sdk-py/compare/v0.12.2...v0.12.3 diff --git a/phc/version.py b/phc/version.py index 9e78220f..f075dd36 100644 --- a/phc/version.py +++ b/phc/version.py @@ -1 +1 @@ -__version__ = "0.14.0" +__version__ = "0.14.1"