Skip to content

Commit 742e38b

Browse files
committed
Update CHANGELOG and bump version
1 parent 3c7c93f commit 742e38b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Change Log
22

3-
## UNRELEASED
3+
## v1.0.2 - 2017-04-18
44

55
### Fixed
66

7+
- Fix: support for unicode in dashboard tags. @deecay
78
- Fix: page freezes when rendering large result set.
89
- Fix: chart embeds were not rendering in PhantomJS.
910

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redash-client",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The frontend part of Redash.",
55
"main": "index.js",
66
"scripts": {

redash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from redash.destinations import import_destinations
1717

1818

19-
__version__ = '1.0.1'
19+
__version__ = '1.0.2'
2020

2121

2222
def setup_logging():

0 commit comments

Comments
 (0)