Update CHANGELOG and bump version

This commit is contained in:
Arik Fraimovich
2017-04-18 15:20:21 +03:00
parent 3c7c93fc9f
commit 742e38b08d
3 changed files with 4 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
# Change Log
## UNRELEASED
## v1.0.2 - 2017-04-18
### Fixed
- Fix: support for unicode in dashboard tags. @deecay
- Fix: page freezes when rendering large result set.
- Fix: chart embeds were not rendering in PhantomJS.

View File

@@ -1,6 +1,6 @@
{
"name": "redash-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "The frontend part of Redash.",
"main": "index.js",
"scripts": {

View File

@@ -16,7 +16,7 @@ from redash.query_runner import import_query_runners
from redash.destinations import import_destinations
__version__ = '1.0.1'
__version__ = '1.0.2'
def setup_logging():