mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Update CHANGELOG and bump version
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## UNRELEASED
|
## v1.0.2 - 2017-04-18
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Fix: support for unicode in dashboard tags. @deecay
|
||||||
- Fix: page freezes when rendering large result set.
|
- Fix: page freezes when rendering large result set.
|
||||||
- Fix: chart embeds were not rendering in PhantomJS.
|
- Fix: chart embeds were not rendering in PhantomJS.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "redash-client",
|
"name": "redash-client",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "The frontend part of Redash.",
|
"description": "The frontend part of Redash.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ from redash.query_runner import import_query_runners
|
|||||||
from redash.destinations import import_destinations
|
from redash.destinations import import_destinations
|
||||||
|
|
||||||
|
|
||||||
__version__ = '1.0.1'
|
__version__ = '1.0.2'
|
||||||
|
|
||||||
|
|
||||||
def setup_logging():
|
def setup_logging():
|
||||||
|
|||||||
Reference in New Issue
Block a user