Skip to content

Commit

Permalink
Update changelog for 0.6.0
Browse files Browse the repository at this point in the history
(c) Copyright IBM Corp. 2016
  • Loading branch information
parente committed Jun 17, 2016
1 parent 2a329b4 commit c09b2d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## 0.6.0 (2016-XX-XX)
## 0.6.0 (2016-06-17)

* Switch HTTP status from 402 for 403 when server reaches the max kernel limit
* Explicitly shutdown kernels when the server shuts down
* Remove `KG_AUTH_TOKEN` from the environment of kernels
* Fix missing swagger document in release
* Add `--KernelGateway.port_retries` option like in Jupyter Notebook
* Fix compatibility with Notebook 4.2 session handler `create_session` call

Expand Down
6 changes: 5 additions & 1 deletion docs/source/summary-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ See `git log` for a more detailed summary of changes.

## 0.6

## 0.6.0 (2016-XX-XX)
### 0.6.0 (2016-06-17)

* Switch HTTP status from 402 for 403 when server reaches the max kernel limit
* Explicitly shutdown kernels when the server shuts down
* Remove `KG_AUTH_TOKEN` from the environment of kernels
* Fix missing swagger document in release
* Add `--KernelGateway.port_retries` option like in Jupyter Notebook
* Fix compatibility with Notebook 4.2 session handler `create_session` call

Expand Down

0 comments on commit c09b2d8

Please sign in to comment.