Skip to content

Commit

Permalink
Merge pull request #517 from kids-first/release-1.10.1
Browse files Browse the repository at this point in the history
🏷 Release 1.10.1
  • Loading branch information
dankolbman authored May 9, 2019
2 parents 04adc0d + a30831c commit 278b1e3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Kids First Dataservice Release 1.10.1

## Features

Minor operations changes.

### Summary

Feature Emojis: 🔊x2 🐳x1 ⬆️x1 ✨x1
Feature Labels: [devops](https://api.github.com/repos/kids-first/kf-api-dataservice/labels/devops) x4 [refactor](https://api.github.com/repos/kids-first/kf-api-dataservice/labels/refactor) x1

### New features and changes

- (#515) 🐳 Remove venv from docker - @dankolbman
- (#516) 🔊 Move log formatting to nginx.conf - @dankolbman
- (#512) ⬆️ Bump postgres to 11.1 - @dankolbman
- (#514) 🔊 Add response timing to logs - @dankolbman
- (#511) ✨ Exclude fkey lists from genomic-files and biospecimens results - @parimalak

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

0 comments on commit 278b1e3

Please sign in to comment.