Skip to content

Commit

Permalink
Merge pull request #250 from kids-first/release-1.9.0
Browse files Browse the repository at this point in the history
🏷 Release 1.9.0
  • Loading branch information
dankolbman authored Nov 21, 2019
2 parents 822af56 + 69b2632 commit 98cbad0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Kids First Release Coordinator Release 1.9.0

## Features

Adds new mutations and changes cache to utilize redis.

### Summary

Feature Emojis: πŸ”§x3 πŸ›x2 ✨x2 πŸ‘·x1
Feature Labels: [devops](https://api.github.com/repos/kids-first/kf-api-release-coordinator/labels/devops) x3 [bug](https://api.github.com/repos/kids-first/kf-api-release-coordinator/labels/bug) x2 [feature](https://api.github.com/repos/kids-first/kf-api-release-coordinator/labels/feature) x2 [refactor](https://api.github.com/repos/kids-first/kf-api-release-coordinator/labels/refactor) x1

### New features and changes

- (#249) πŸ› Don't resave release note on remove - @dankolbman
- (#248) ✨ Add release note mutations - @dankolbman
- (#247) πŸ”§ Allow duplicate usernames accross users - @dankolbman
- (#241) πŸ› Add releated_name to release relationship - @dankolbman
- (#246) ✨ Add mutation to edit release - @dankolbman
- (#245) πŸ”§ Store cache in redis - @dankolbman
- (#243) πŸ”§ Remap port to standard coordinator service port - @dankolbman
- (#242) πŸ‘· Add codacy coverage - @dankolbman


# Kids First Release Coordinator Release 1.8.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-coordinator",
version="1.8.0",
version="1.9.0",
description="Release Coordinator",
license="Apache 2",
packages=find_packages()
Expand Down

0 comments on commit 98cbad0

Please sign in to comment.