Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Dec 21, 2014
1 parent 45880d9 commit 1b7855f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.6.1
======

* possibility to override security related options via environment variables (see example below)
* Toro dependency updated
* Use new SockJS cdn if no explicitly provided (cdn.sockjs.org will be retired soon)

```bash
CENTRIFUGE_PASSWORD=x45d CENTRIFUGE_COOKIE_SECRET=longlongrandomstring CENTRIFUGE_API_SECRET=54sfg centrifuge --logging=DEBUG
```

v0.6.0
======

Expand Down
2 changes: 1 addition & 1 deletion centrifuge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf-8
# Copyright (c) Alexandr Emelin. MIT license.

__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit 1b7855f

Please sign in to comment.