diff --git a/CHANGELOG.md b/CHANGELOG.md index a03a250d3..be58f6252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,10 +20,29 @@ For reference, the possible headings are: ## [Unreleased] -## [0.5.0] - (UNRELEASED) +## [0.5.0] - 2020-02-12 -Make Coordinator stateless. -Fix found issues. +Fix minor issues, update documentation. + +- PB-402 Add more logs (#281) [Robert Steiner] +- DO-76 :whale: non alpine image (#287) [Daniel Kravetz] +- PB-401 Add console renderer (#280) [Robert Steiner] +- DO-80 :ambulance: Update dev Dockerfile to build gRPC (#286) [Daniel Kravetz] +- DO-78 :sparkles: add grafana (#284) [Daniel Kravetz] +- DO-66 :sparkles: Add keycloak (#283) [Daniel Kravetz] +- PB-400 increment epoch base (#282) [janpetschexain] +- PB-397 Simplify write metrics function (#279) [Robert Steiner] +- PB-385 Fix xain-sdk test (#278) [Robert Steiner] +- PB-352 Add sdk config (#272) [Robert Steiner] +- Merge pull request #277 from xainag/master. [Daniel Kravetz] +- Hotfix: update ci. [Daniel Kravetz] +- DO-72 :art: Make CI name and feature consistent with other repos. [Daniel Kravetz] +- DO-47 :newspaper: Build test package on release branch. [Daniel Kravetz] +- PB-269: enable reading participants weights from S3 (#254) [Corentin Henry] +- PB-363 Start new development cycle (#271) [Anastasiia Tymoshchuk] +- PB-119 enable isort diff (#262) [janpetschexain] +- PB-363 :gem: Release v0.4.0. [Daniel Kravetz] +- DO-73 :green_heart: Disable continue_on_failure for CI jobs. Fix mypy. [Daniel Kravetz] ## [0.4.0] - 2020-02-04 diff --git a/setup.py b/setup.py index d8441f3eb..4a89c147f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "numpy==1.15", # BSD "grpcio==1.23", # Apache License 2.0 "structlog==19.2.0", # Apache License 2.0 - "xain-proto @ git+https://github.com/xainag/xain-proto.git@development#egg=xain_proto-0.5.0&subdirectory=python", # Apache License 2.0 + "xain-proto==0.5.0", # Apache License 2.0 "boto3==1.10.48", # Apache License 2.0 "toml==0.10.0", # MIT "schema~=0.7", # MIT @@ -52,7 +52,7 @@ "pytest==5.3.2", # MIT license "pytest-cov==2.8.1", # MIT "pytest-watch==4.2.0", # MIT - "xain-sdk @ git+https://github.com/xainag/xain-sdk.git@development#egg=xain_sdk-0.5.0", # Apache License 2.0 + "xain-sdk==0.5.0", # Apache License 2.0 ] docs_require = [