Skip to content

Commit

Permalink
Merge pull request #472 from kids-first/release-1.6.0
Browse files Browse the repository at this point in the history
🏷  Release 1.6.0
  • Loading branch information
dankolbman authored Nov 6, 2018
2 parents c0230dd + d802db9 commit 7b1a784
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Kids First Dataservice Release 1.6.0

## Features

### Summary

Feature Emojis: 🐛x1 🔧x1 ✨x1
Feature Labels: [feature](https://api.github.com/repos/kids-first/kf-api-dataservice/labels/feature) x2 [bug](https://api.github.com/repos/kids-first/kf-api-dataservice/labels/bug) x1 [data model](https://api.github.com/repos/kids-first/kf-api-dataservice/labels/data%20model) x1

### New features and changes

- (#471) 🐛 Fix typo in license badge link - @znatty22
- (#469) 🔧 Update Biospecimen method_of_sample_procurement enum - @znatty22
- (#468) ✨ Add method_of_sample_procurement col to biospec - @znatty22


# Kids First Dataservice Release 1.5.0

## Features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="kf-api-dataservice",
version="1.5.0",
version="1.6.0",
description="Data Service API",
license="Apache 2",
packages=find_packages()
Expand Down

0 comments on commit 7b1a784

Please sign in to comment.