Skip to content

Commit

Permalink
0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mschroering committed Jul 15, 2020
1 parent a41a10e commit 00f110b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion phc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.0"
__version__ = "0.14.1"

0 comments on commit 00f110b

Please sign in to comment.