We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7c93f commit 742e38bCopy full SHA for 742e38b
3 files changed
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# Change Log
2
3
-## UNRELEASED
+## v1.0.2 - 2017-04-18
4
5
### Fixed
6
7
+- Fix: support for unicode in dashboard tags. @deecay
8
- Fix: page freezes when rendering large result set.
9
- Fix: chart embeds were not rendering in PhantomJS.
10
package.json
@@ -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": {
redash/__init__.py
@@ -16,7 +16,7 @@
16
from redash.destinations import import_destinations
17
18
19
-__version__ = '1.0.1'
+__version__ = '1.0.2'
20
21
22
def setup_logging():
0 commit comments