Skip to content

Commit

Permalink
Merge pull request #510 from kids-first/release-1.10.0
Browse files Browse the repository at this point in the history
🏷 Release 1.10.0
  • Loading branch information
dankolbman authored Apr 10, 2019
2 parents 3a97ad8 + 7ba8209 commit 343e2f1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Kids First Dataservice Release 1.10.0

## Features
Adds index to created_at column for better pagination performance.

### Summary

Feature Emojis: ⬆️x1 🗃x1 ✏️x1 🐳x1 x1
Feature Labels: [refactor](https://api.github.com/repos/kids-first/kf-api-dataservice/labels/refactor) x2 [data model](https://api.github.com/repos/kids-first/kf-api-dataservice/labels/data%20model) x1 [devops](https://api.github.com/repos/kids-first/kf-api-dataservice/labels/devops) x1

### New features and changes

- (#508) ⬆️ Bump webargs version - @dankolbman
- (#507) 🗃 Add indices to created_at - @dankolbman
- (#505) ✏️ SG doc typo - @fiendish
- (#501) 🐳 Add dataservice to kf-data-stack network - @znatty22
- (#500) 💬 add linked longread 10x sequencing strategy - @fiendish

# Kids First Dataservice Release 1.9.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.9.0",
version="1.10.0",
description="Data Service API",
license="Apache 2",
packages=find_packages()
Expand Down

0 comments on commit 343e2f1

Please sign in to comment.