diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c443b..b8b70fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Kids First Release Coordinator Release 1.5.1 + +## Features + +### Summary + +Feature Emojis: 🐳x1 +Feature Labels: [refactor](https://api.github.com/repos/kids-first/kf-api-release-coordinator/labels/refactor) x1 + +### New features and changes + +- (#127) 🐳 Docker refactor - @dankolbman + # Kids First Release Coordinator Release 1.5.0 ## Features diff --git a/coordinator/urls.py b/coordinator/urls.py index adff562..662df8c 100644 --- a/coordinator/urls.py +++ b/coordinator/urls.py @@ -15,7 +15,7 @@ schema_view = get_schema_view( openapi.Info( title="Release Coordinator API", - default_version='1.5.0', + default_version='1.5.1', description=description, license=openapi.License(name="Apache 2.0"), ), diff --git a/setup.py b/setup.py index d82db6f..29ab643 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="kf-api-coordinator", - version="1.5.0", + version="1.5.1", description="Release Coordinator", license="Apache 2", packages=find_packages()