Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
keigohtr committed Jan 16, 2019
1 parent 6647990 commit 57dc2ba
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Change Log

## [Unreleased](https://github.com/rekcurd/drucker-dashboard/tree/HEAD)
## [v0.4.4](https://github.com/rekcurd/drucker-dashboard/tree/v0.4.4) (2019-01-15)
[Full Changelog](https://github.com/rekcurd/drucker-dashboard/compare/v0.3.8...v0.4.4)

[Full Changelog](https://github.com/rekcurd/drucker-dashboard/compare/v0.3.7...HEAD)
**Closed issues:**

- Add access control [\#20](https://github.com/rekcurd/drucker-dashboard/issues/20)

**Merged pull requests:**

- Pipnize [\#54](https://github.com/rekcurd/drucker-dashboard/pull/54) ([keigohtr](https://github.com/keigohtr))

## [v0.3.8](https://github.com/rekcurd/drucker-dashboard/tree/v0.3.8) (2018-12-26)
[Full Changelog](https://github.com/rekcurd/drucker-dashboard/compare/v0.3.7...v0.3.8)

**Merged pull requests:**

Expand Down
2 changes: 1 addition & 1 deletion drucker_dashboard/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.4a'
__version__ = '0.4.5a'
2 changes: 1 addition & 1 deletion drucker_dashboard/grpc
Submodule grpc updated from 7fcf4b to efe712
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest
py==1.5.4
codecov==2.0.15
grpcio-testing==1.13.0
drucker-client==0.4.3
drucker-client==0.4.4
numpy==1.14.3
scikit-learn==0.19.1
scipy==1.1.0

0 comments on commit 57dc2ba

Please sign in to comment.